[PATCH 0/8] More uses of 64 bit stat internally

Adhemerval Zanella adhemerval.zanella@linaro.org
Tue May 31 16:24:35 GMT 2022


These are missing spots initially done by 52a5fe70a2c77935.

Adhemerval Zanella (8):
  misc: Use 64 bit stat for daemon (BZ# 29203)
  misc: Use 64 bit stat for getusershell (BZ# 29203)
  posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
  posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
  socket: Use 64 bit stat for isfdtype (BZ# 29209)
  inet: Use 64 bit stat for ruserpass (BZ# 29210)
  catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
  iconv: Use 64 bit stat for __open_catalog (BZ# 29213)

 catgets/open_catalog.c            | 4 ++--
 iconv/gconv_parseconfdir.h        | 9 ++++++---
 inet/ruserpass.c                  | 4 ++--
 misc/daemon.c                     | 5 ++---
 misc/getusershell.c               | 4 ++--
 sysdeps/posix/fpathconf.c         | 4 ++--
 sysdeps/posix/isfdtype.c          | 4 ++--
 sysdeps/posix/posix_fallocate.c   | 4 ++--
 sysdeps/posix/posix_fallocate64.c | 4 ++--
 9 files changed, 22 insertions(+), 20 deletions(-)

-- 
2.34.1



More information about the Libc-alpha mailing list