]> Savannah Git Hosting - gnulib.git/commitdiff
fcntl: document O_PATH
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 11 Jun 2022 23:59:12 +0000 (16:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Jun 2022 00:00:38 +0000 (17:00 -0700)
* doc/posix-headers/fcntl.texi: Mention O_PATH.

ChangeLog
doc/posix-headers/fcntl.texi

index 54ac81901d4fdb9b1f782704d9866ee7ca1519b3..9975ebc0357fccf46cfdfbca6c1bf651af5c32b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-06-11  Paul Eggert  <eggert@cs.ucla.edu>
 
+       fcntl: document O_PATH
+       * doc/posix-headers/fcntl.texi: Mention O_PATH.
+
        fchmodat: port to old Linux kernel + newer headers
        Problem reported by Lance Fredrickson in:
        https://lists.gnu.org/r/bug-gnulib/2022-06/msg00038.html
index 860dc3f869dee714191f5546bda324b269258a73..8be69f46560f09857b010bb09781d54d424be440 100644 (file)
@@ -86,6 +86,12 @@ Solaris 11.3.
 
 Portability problems not fixed by Gnulib:
 @itemize
+
+@item
+@samp{O_PATH} is not defined on some platforms:
+AIX 7.3, FreeBSD 9.3, IRIX 6.5, macOS 13, mingw, Minix 3.3.0, MSVC 14,
+NetBSD 9.2, OpenBSD 7.1, Solaris 11.4.
+
 @item
 @samp{F_SETFD}, @samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK},
 @samp{F_SETLK}, @samp{F_SETLKW}, @samp{F_GETOWN}, and @samp{F_SETOWN}