Added portability note to BUGS text for EPOLL_CTL_DEL.

This commit is contained in:
Michael Kerrisk 2008-03-14 13:23:39 +00:00
parent 24fd807089
commit 5d5b47f890
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ Since kernel 2.6.9,
can be specified as NULL
when using
.BR EPOLL_CTL_DEL .
Applications that need to be portable to kernels before 2.6.9
should specify a non-NULL pointer in
.IR event .
.SH "SEE ALSO"
.BR epoll_create (2),
.BR epoll_wait (2),