aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/include/sys/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/sys/poll.h')
-rw-r--r--REORG.TODO/include/sys/poll.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/REORG.TODO/include/sys/poll.h b/REORG.TODO/include/sys/poll.h
new file mode 100644
index 0000000000..a42bc93873
--- /dev/null
+++ b/REORG.TODO/include/sys/poll.h
@@ -0,0 +1,11 @@
+#ifndef _SYS_POLL_H
+# include <io/sys/poll.h>
+
+#ifndef _ISOMAC
+extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
+ int __timeout);
+libc_hidden_proto (__poll)
+libc_hidden_proto (ppoll)
+#endif
+
+#endif