diff options
author | root <root> | 2007-11-16 01:33:53 +0000 |
---|---|---|
committer | root <root> | 2007-11-16 01:33:53 +0000 |
commit | 42cf115660f3852e9cc3b91bd79b852a99d13065 (patch) | |
tree | 3374bf738306127d076a29c35b0e1f81a0f38fec /ev.h | |
parent | 22f1c28816978d9c971ec46d5a95110252b2deb9 (diff) |
add solaris port backend
Diffstat (limited to 'ev.h')
-rw-r--r-- | ev.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ union ev_any_watcher #define EVMETHOD_EPOLL 0x00000004 /* linux */ #define EVMETHOD_KQUEUE 0x00000008 /* bsd */ #define EVMETHOD_DEVPOLL 0x00000010 /* solaris 8 */ /* NYI */ -#define EVMETHOD_PORT 0x00000020 /* solaris 10 */ /* NYI */ +#define EVMETHOD_PORT 0x00000020 /* solaris 10 */ /* flag bits */ #define EVFLAG_NOENV 0x01000000 /* do NOT consult environment */ |