From: WooHyun Jung Date: Tue, 14 Sep 2010 07:04:14 +0000 (+0900) Subject: EPOLL functionality stopped X-Git-Tag: 2.0_alpha~332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e11ca673d4747d42afc29e287700ad8924368ae0;p=framework%2Fuifw%2Fecore.git EPOLL functionality stopped --- diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c index 10a4fd3..0ddce29 100644 --- a/src/lib/ecore/ecore_main.c +++ b/src/lib/ecore/ecore_main.c @@ -49,8 +49,8 @@ #include "ecore_private.h" #ifdef HAVE_SYS_EPOLL_H -# define HAVE_EPOLL -# include +//# define HAVE_EPOLL +//# include #endif #ifdef USE_G_MAIN_LOOP