summaryrefslogtreecommitdiffhomepage
path: root/src/event
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-11 20:22:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-09-11 20:22:11 +0000
commit32e5771747809a31ed245a3299fefe19ace03ce6 (patch)
tree74b7503bec75b22f9643e209eeab38ff7fac5afe /src/event
parent10778353ae8eac375bf4cec5cff358b68c0a74be (diff)
downloadnginx-32e5771747809a31ed245a3299fefe19ace03ce6.tar.gz
nginx-32e5771747809a31ed245a3299fefe19ace03ce6.tar.bz2
nginx-0.0.10-2004-09-12-00:22:11 import
Diffstat (limited to 'src/event')
-rw-r--r--src/event/ngx_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h
index 8c0185d77..0f7e9bcd3 100644
--- a/src/event/ngx_event.h
+++ b/src/event/ngx_event.h
@@ -220,7 +220,7 @@ extern ngx_event_actions_t ngx_event_actions;
/*
* The event filter is deleted after a notification without an additional
- * syscall - select, poll, kqueue, epoll.
+ * syscall - select, poll, kqueue, epoll, Solaris 10's event ports.
*/
#define NGX_USE_ONESHOT_EVENT 0x00000002