manual: Document the O_NOFOLLOW open flag
This commit is contained in:
parent
4a4db1de2f
commit
ad14f4f8db
@ -3678,6 +3678,13 @@ a directory. The @code{errno} variable is set to @code{ENOTDIR} for
|
||||
this error condition.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr Macro int O_NOFOLLOW
|
||||
@standards{POSIX.1, fcntl.h}
|
||||
If set, the open operation fails if the final component of the file name
|
||||
refers to a symbolic link. The @code{errno} variable is set to
|
||||
@code{ELOOP} for this error condition.
|
||||
@end deftypevr
|
||||
|
||||
@deftypevr Macro int O_TMPFILE
|
||||
@standards{GNU, fcntl.h}
|
||||
If this flag is specified, functions in the @code{open} family create an
|
||||
|
Loading…
x
Reference in New Issue
Block a user