diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/epoll.h | 6 |
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 |