public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] manual: Document the O_NOFOLLOW open flag
@ 2020-05-04  5:41 Florian Weimer
  2020-05-04 20:22 ` Joseph Myers
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2020-05-04  5:41 UTC (permalink / raw)
  To: libc-alpha

-----
 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] 2+ messages in thread

* Re: [PATCH] manual: Document the O_NOFOLLOW open flag
  2020-05-04  5:41 [PATCH] manual: Document the O_NOFOLLOW open flag Florian Weimer
@ 2020-05-04 20:22 ` Joseph Myers
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Myers @ 2020-05-04 20:22 UTC (permalink / raw)
  To: Florian Weimer; +Cc: libc-alpha

This patch is OK.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-04 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-04  5:41 [PATCH] manual: Document the O_NOFOLLOW open flag Florian Weimer
2020-05-04 20:22 ` Joseph Myers

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).