mkfifo(2) returns EACCES when write permission is denied for a component of
the path prefix.
This commit is contained in:
parent
fad66f016c
commit
e67ec1d4a1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165164
@ -80,6 +80,8 @@ or an entire path name exceeded 1023 characters.
|
||||
A component of the path prefix does not exist.
|
||||
.It Bq Er EACCES
|
||||
Search permission is denied for a component of the path prefix.
|
||||
.It Bq Er EACCES
|
||||
Write permission is denied for a component of the path prefix.
|
||||
.It Bq Er ELOOP
|
||||
Too many symbolic links were encountered in translating the pathname.
|
||||
.It Bq Er EROFS
|
||||
|
Loading…
Reference in New Issue
Block a user