public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Florian Weimer <fw@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] manual: Document the O_NOFOLLOW open flag
Date: Tue,  5 May 2020 07:43:07 +0000 (GMT)	[thread overview]
Message-ID: <20200505074307.D3B25387086F@sourceware.org> (raw)

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


                 reply	other threads:[~2020-05-05  7:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200505074307.D3B25387086F@sourceware.org \
    --to=fw@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).