diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-10-22 19:43:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-10-22 19:43:08 +0000 |
commit | 2427f9a510ea4b155657fde16f00299954b0218a (patch) | |
tree | 45ea24a83788e9a43dbcc650ed45473a74a15d90 /libc/sysdeps | |
parent | 8e8099dcac7317d161b4341dbac5369164397f82 (diff) |
Peter S. Mazinger pointed out that I missed a spot. I should
stop applying patches by hand...
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 0cbec3f08..b4ee02338 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -1721,13 +1721,15 @@ int getresuid (uid_t *ruid, uid_t *euid, uid_t *suid) #endif //#define __NR_poll 168 -#if defined(L_poll) && defined(__NR_poll) +#ifdef L_poll +#ifdef __NR_poll #include <sys/poll.h> _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 //#define __NR_nfsservctl 169 //nfsservctl EXTRA nfsservctl i:ipp nfsservctl |