public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: Document the O_NOFOLLOW open flag
@ 2020-05-05  7:43 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2020-05-05  7:43 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ad14f4f8db4548244a8f694674ad96c81da52e8b

commit ad14f4f8db4548244a8f694674ad96c81da52e8b
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue May 5 09:23:53 2020 +0200

    manual: Document the O_NOFOLLOW open flag

Diff:
---
 manual/llio.texi | 7 +++++++
 1 file changed, 7 insertions(+)

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-05  7:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  7:43 [glibc] manual: Document the O_NOFOLLOW open flag Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).