From: Florian Weimer Date: Tue, 5 May 2020 07:23:53 +0000 (+0200) Subject: manual: Document the O_NOFOLLOW open flag X-Git-Tag: glibc-2.32~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad14f4f8db4548244a8f694674ad96c81da52e8b;p=thirdparty%2Fglibc.git manual: Document the O_NOFOLLOW open flag --- diff --git a/manual/llio.texi b/manual/llio.texi index fe590029151..6db4a708367 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