summaryrefslogtreecommitdiff
path: root/manual/llio.texi
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-05-05 09:23:53 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-05-05 09:23:53 +0200
commitad14f4f8db4548244a8f694674ad96c81da52e8b (patch)
tree561e6ee51546d87dde75ac953798c2f7a45bcba8 /manual/llio.texi
parent4a4db1de2f0fd936b583698dcc1b1c12a71828c8 (diff)
downloadglibc-ad14f4f8db4548244a8f694674ad96c81da52e8b.tar.gz
manual: Document the O_NOFOLLOW open flag
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index fe59002915..6db4a70836 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -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