about summary refs log tree commit diff
path: root/include/sys/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/poll.h')
-rw-r--r--include/sys/poll.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/sys/poll.h b/include/sys/poll.h
deleted file mode 100644
index a42bc93873..0000000000
--- a/include/sys/poll.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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