about summary refs log tree commit diff
path: root/include/sys/epoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/epoll.h')
-rw-r--r--include/sys/epoll.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sys/epoll.h b/include/sys/epoll.h
deleted file mode 100644
index 86e0a54e62..0000000000
--- a/include/sys/epoll.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _SYS_EPOLL_H
-#include_next <sys/epoll.h>
-
-# ifndef _ISOMAC
-
-libc_hidden_proto (epoll_pwait)
-
-# endif /* !_ISOMAC */
-#endif