]> sourceware.org Git - glibc.git/commitdiff
manual: Document the O_NOFOLLOW open flag
authorFlorian Weimer <fweimer@redhat.com>
Tue, 5 May 2020 07:23:53 +0000 (09:23 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 5 May 2020 07:23:53 +0000 (09:23 +0200)
manual/llio.texi

index fe590029151497dcd6960e5e156a16035eda41ea..6db4a708367b8f1131a1406ee7c2106c9d280ef7 100644 (file)
@@ -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
This page took 0.057573 seconds and 5 git commands to generate.