open(2) returns EROFS when O_CREAT is specified and the named file would

reside on a read-only file system.
This commit is contained in:
Pawel Jakub Dawidek 2007-01-07 23:01:32 +00:00
parent dc73f9b150
commit bc87da10b6

View File

@ -259,6 +259,9 @@ it is to be modified.
.It Bq Er EROFS
The named file resides on a read-only file system,
and the file is to be modified.
.It Bq Er EROFS
.Dv O_CREAT
is specified and the named file would reside on a read-only file system.
.It Bq Er EMFILE
The process has already reached its limit for open file descriptors.
.It Bq Er ENFILE