summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/poll.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-08 19:33:35 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-08 19:33:35 +0000
commitf4256c083607375714dc4bde0e9c09d18265d90a (patch)
treea21680fd2b94d2179f9333b9d78bfd2728014883 /libc/sysdeps/linux/common/poll.c
parente1caf0011e32fc3cb33f97d711cbebe0d5fb79bd (diff)
Implement more hidden
Diffstat (limited to 'libc/sysdeps/linux/common/poll.c')
-rw-r--r--libc/sysdeps/linux/common/poll.c1
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>