summaryrefslogtreecommitdiff
path: root/libc/include
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-06-29 16:34:42 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-06-29 16:34:42 +0000
commita748345657140fdd459361c1e9ae4693563067ba (patch)
treea0665715c5e32e3e764c0dc75320f6d3c973d4fc /libc/include
parent194b2e8b0d16dc7ae4caf09ad5f3074981fb07af (diff)
Merge changes between r19293 and r19351 from /fsf/glibc-2_15-branch.
git-svn-id: svn://svn.eglibc.org/branches/eglibc-2_15@19352 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include')
-rw-r--r--libc/include/sys/epoll.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/include/sys/epoll.h b/libc/include/sys/epoll.h
new file mode 100644
index 000000000..ce1c2e26d
--- /dev/null
+++ b/libc/include/sys/epoll.h
@@ -0,0 +1,6 @@
+#ifndef _SYS_EPOLL_H
+#include_next <sys/epoll.h>
+
+libc_hidden_proto (epoll_pwait)
+
+#endif