diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 19:33:35 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 19:33:35 +0000 |
commit | f4256c083607375714dc4bde0e9c09d18265d90a (patch) | |
tree | a21680fd2b94d2179f9333b9d78bfd2728014883 /libc/sysdeps/linux/common/poll.c | |
parent | e1caf0011e32fc3cb33f97d711cbebe0d5fb79bd (diff) |
Implement more hidden
Diffstat (limited to 'libc/sysdeps/linux/common/poll.c')
-rw-r--r-- | libc/sysdeps/linux/common/poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/poll.c b/libc/sysdeps/linux/common/poll.c index f021e0269..bbe30eed7 100644 --- a/libc/sysdeps/linux/common/poll.c +++ b/libc/sysdeps/linux/common/poll.c @@ -18,6 +18,7 @@ 02111-1307 USA. */ #define getdtablesize __getdtablesize +#define select __select #include "syscalls.h" #include <sys/poll.h> |