From 301426c0215a918d3d60e7dbd16489065378a91b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 13 May 2021 21:23:09 +0200 Subject: [PATCH] fstatat: Document a glibc 2.7 bug. * doc/posix-functions/fstatat.texi: Document an old glibc 2.7 bug. --- ChangeLog | 5 +++++ doc/posix-functions/fstatat.texi | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 798bbac423..711e53f9c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-05-13 Bruno Haible + + fstatat: Document a glibc 2.7 bug. + * doc/posix-functions/fstatat.texi: Document an old glibc 2.7 bug. + 2021-05-13 Bruno Haible posix_spawn, posix_spawnp: Fix build error on Minix 3.3. diff --git a/doc/posix-functions/fstatat.texi b/doc/posix-functions/fstatat.texi index b75f42189b..dee0330e96 100644 --- a/doc/posix-functions/fstatat.texi +++ b/doc/posix-functions/fstatat.texi @@ -35,5 +35,9 @@ offset from @code{tv_sec}. 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. +@item @xref{sys/stat.h}, for general portability problems with @code{struct stat}. @end itemize -- 2.39.5