From 3f949b88a055eb2745547f4eae3a86648b8a31e2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 21 Jan 2004 20:27:25 +0000 Subject: Move poll to its own file, rather than being only half in its own file --- libc/sysdeps/linux/common/syscalls.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libc/sysdeps/linux/common/syscalls.c') diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 2fb0f97f1..09cbd1f83 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -1862,16 +1862,7 @@ int query_module(const char *name, int which, #endif //#define __NR_poll 168 -#ifdef L_poll -#ifdef __NR_poll -#include -_syscall3(int, poll, struct pollfd *, fds, unsigned long int, nfds, int, - timeout); -#else -/* uClinux 2.0 doesn't have poll, emulate it using select */ -#include "poll.c" -#endif -#endif +// See poll.c //#define __NR_nfsservctl 169 //nfsservctl EXTRA nfsservctl i:ipp nfsservctl -- cgit v1.2.3