[git commit] linuxthreads.old: fix build warnings with epoll enabled

Mike Frysinger vapier at gentoo.org
Sat May 5 19:05:23 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=7dd2d7821e91a6e1f894278853eab10aa57b84e5
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Pull in the epoll header for the epoll structs.

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 libpthread/linuxthreads.old/wrapsyscall.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libpthread/linuxthreads.old/wrapsyscall.c b/libpthread/linuxthreads.old/wrapsyscall.c
index 6c74bd1..7424f2e 100644
--- a/libpthread/linuxthreads.old/wrapsyscall.c
+++ b/libpthread/linuxthreads.old/wrapsyscall.c
@@ -28,6 +28,7 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <termios.h>
+#include <sys/epoll.h>
 #include <sys/resource.h>
 #include <sys/wait.h>
 #include <sys/socket.h>


More information about the uClibc-cvs mailing list