changeset 4443:a01337f6509a HEAD

Don't try to use any weird _syscall()s when detecting epoll.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Jun 2006 10:20:06 +0300
parents 9eee24bf2960
children d0d04db8e7a6
files configure.in
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Mon Jun 26 21:51:50 2006 +0300
+++ b/configure.in	Tue Jun 27 10:20:06 2006 +0300
@@ -374,13 +374,7 @@
 
 if test "$ioloop" = "" || test "$ioloop" = "epoll"; then
   AC_TRY_RUN([
-    #include <stdint.h>
     #include <sys/epoll.h>
-    #include <errno.h>
-
-    #include <linux/unistd.h>
-    
-    _syscall1 (int, epoll_create, int, size)
 
     int main()
     {