mbox

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

Message ID 20220531162443.2231918-1-adhemerval.zanella@linaro.org
Headers

Message

Adhemerval Zanella Netto May 31, 2022, 4:24 p.m. UTC
  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(-)