Document EWOULDBLOCK as a possible errno return value.

This commit is contained in:
Archie Cobbs 2000-04-09 19:10:57 +00:00
parent 9bf01bcb6c
commit 2d6fdfda46

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,