Commit 13496d1e83af41fa67b5352ad8a08fee1da7fff2

Bruno Haible 2024-04-27T19:51:53

fcntl-h, stdio, unistd: Ensure off64_t is defined on all platforms. * lib/fcntl.in.h: Update comment regarding off64_t. * lib/stdio.in.h: Likewise. * lib/unistd.in.h: Likewise. * tests/test-fcntl-h.c: Verify that off64_t is defined. * tests/test-stdio.c: Likewise. * tests/test-unistd.c: Likewise. * doc/posix-headers/fcntl.texi: Mention the off64_t workaround. * doc/posix-headers/stdio.texi: Likewise. * doc/posix-headers/unistd.texi: Likewise. * doc/posix-headers/aio.texi: Mention the problem with off64_t.