summaryrefslogtreecommitdiff
path: root/include/sys
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-01-28 12:00:12 -0500
committerChris Metcalf <cmetcalf@tilera.com>2012-01-28 12:00:12 -0500
commit463de8625241174b25e339c119d7c59e79b474ec (patch)
treeff2cbc3baf5eb796e6801d9350150a97358c9cb1 /include/sys
parent73139a7628c424c82eb9297ccb5505c0bc5b65aa (diff)
Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().
Diffstat (limited to 'include/sys')
-rw-r--r--include/sys/epoll.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sys/epoll.h b/include/sys/epoll.h
new file mode 100644
index 0000000000..ce1c2e26d5
--- /dev/null
+++ b/include/sys/epoll.h
@@ -0,0 +1,6 @@
+#ifndef _SYS_EPOLL_H
+#include_next <sys/epoll.h>
+
+libc_hidden_proto (epoll_pwait)
+
+#endif