[0/1] y2038: Fix support for 64-bit time on legacy ABIs

Message ID 20231111173236.568061-1-gael.portay@rtone.fr
Headers
Series y2038: Fix support for 64-bit time on legacy ABIs |

Message

Gaël PORTAY Nov. 11, 2023, 5:32 p.m. UTC
  Dear Maintainers,

I was looking at the header sys/stat.h, and I inadvertently found out
the suffix 64 appears to be missing to the function __fstat64_time() at
the definition of the macro fstat64 (if __REDIRECT_NTH is undefined).

I am afraid (and sorry at the same time) but I have not tested this
change as I do not know how to test it to be honest (probably using a
specific architecture like ARM or x86, but how to get in the else part
of __REDIRECT_NTH?).

Kind Regards,
Gaël PORTAY (1):
  y2038: Fix support for 64-bit time on legacy ABIs

 io/sys/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)