summaryrefslogtreecommitdiff
path: root/ev.h
diff options
context:
space:
mode:
authorroot <root>2009-12-31 06:50:16 +0000
committerroot <root>2009-12-31 06:50:16 +0000
commit79c861bdfe661c42e87b0a4ec16f2ae74a076839 (patch)
tree38a7a967c8ef8d1974d9395c74097d8ee7c37c3e /ev.h
parent8677f079b7fe2b47d72613d15a71d7b27f14c5eb (diff)
*** empty log message ***
Diffstat (limited to 'ev.h')
-rw-r--r--ev.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ev.h b/ev.h
index e6af59a..8e67692 100644
--- a/ev.h
+++ b/ev.h
@@ -406,7 +406,8 @@ union ev_any_watcher
#define EVFLAG_FORKCHECK 0x02000000U /* check for a fork in each iteration */
/* debugging/feature disable */
#define EVFLAG_NOINOTIFY 0x00100000U /* do not attempt to use inotify */
-#define EVFLAG_NOSIGFD 0x00200000U /* do not attempt to use signalfd */
+#define EVFLAG_NOSIGFD 0 /* compatibility to pre-3.9 */
+#define EVFLAG_SIGNALFD 0x00200000U /* attempt to use signalfd */
/* method bits to be ored together */
#define EVBACKEND_SELECT 0x00000001U /* about anywhere */
#define EVBACKEND_POLL 0x00000002U /* !win */