Document EWOULDBLOCK as a possible errno return value.

This commit is contained in:
archie 2000-04-09 19:10:57 +00:00
parent eb7aa2809f
commit e0670dffd3

View File

@ -231,6 +231,13 @@ operation was interrupted by a signal.
or
.Dv O_EXLOCK
is specified but the underlying filesystem does not support locking.
.It Bq Er EWOULDBLOCK
.Dv O_NONBLOCK
and one of
.Dv O_SHLOCK
or
.Dv O_EXLOCK
is specified and the file is locked.
.It Bq Er ENOSPC
.Dv O_CREAT
is specified,