Added EINTR error

This commit is contained in:
Michael Kerrisk 2005-03-31 13:41:40 +00:00
parent 7f564f717e
commit c5a2d222f8
1 changed files with 6 additions and 0 deletions

View File

@ -101,6 +101,12 @@ The memory area pointed to by
.I events .I events
is not accessible with write permissions. is not accessible with write permissions.
.TP .TP
.B EINTR
The call was interrupted by a signal handler before any of the
requested events occurred or the
.I timeout
expired.
.TP
.B EINVAL .B EINVAL
The supplied file descriptor, The supplied file descriptor,
.IR epfd , .IR epfd ,