ERRORS: Add EINTR error

This commit is contained in:
Michael Kerrisk 2008-07-04 15:44:19 +00:00
parent 359f6e5e02
commit e51412ea9e
1 changed files with 7 additions and 0 deletions

View File

@ -471,6 +471,13 @@ for this case.)
.\" "Open of a large file on 32-bit fails with EFBIG, should be EOVERFLOW"
.\" Reported 2006-10-03
.TP
.B EINTR
While blocked waiting to complete an open of a slow device
(e.g., a FIFO; see
.BR fifo (7)),
the call was interrupted by a signal handler; see
.BR signal (7).
.TP
.B EISDIR
.I pathname
refers to a directory and the access requested involved writing