]> Savannah Git Hosting - gnulib.git/commitdiff
fstatat: doc improvement
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 May 2021 18:24:52 +0000 (11:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 May 2021 18:25:58 +0000 (11:25 -0700)
* doc/posix-functions/fstatat.texi (fstatat):
Mention AT_EMPTY_PATH when talking about empty strings.

ChangeLog
doc/posix-functions/fstatat.texi

index 9fdf744f4305beaa873a7575445723a1281c01b8..fc67bc69a711df94b4a002a73368f6d722139a27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-05-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       fstatat: doc improvement
+       * doc/posix-functions/fstatat.texi (fstatat):
+       Mention AT_EMPTY_PATH when talking about empty strings.
+
 2021-05-18  Bruno Haible  <bruno@clisp.org>
 
        c-stack: Support catching stack overflow on most platforms without libsigsegv.
index dee0330e96e5284f80e35e237892e7a4d3ab3338..a37ee428b6c9a2a8ab0a60f050e78e9061920d50 100644 (file)
@@ -36,8 +36,8 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function does not fail when the second argument is an empty string
-on some platforms:
-glibc 2.7.
+on some platforms, even when @code{AT_EMPTY_PATH} is not used:
+glibc 2.7, Linux 2.6.38.
 @item
 @xref{sys/stat.h}, for general portability problems with @code{struct stat}.
 @end itemize