EPOLL functionality stopped
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 14 Sep 2010 07:04:14 +0000 (16:04 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 14 Sep 2010 07:04:14 +0000 (16:04 +0900)
src/lib/ecore/ecore_main.c

index 10a4fd3..0ddce29 100644 (file)
@@ -49,8 +49,8 @@
 #include "ecore_private.h"
 
 #ifdef HAVE_SYS_EPOLL_H
-# define HAVE_EPOLL
-# include <sys/epoll.h>
+//# define HAVE_EPOLL
+//# include <sys/epoll.h>
 #endif
 
 #ifdef USE_G_MAIN_LOOP