Re: [PATCH] same-inode, stat-size: support pointers too

2023-09-06 Thread Bruno Haible
Paul Eggert wrote: > * doc/posix-headers/sys_stat.texi, doc/stat-size.texi: > Mention this and modernize. This change causes a syntax error: $ make html ... env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -c CHECK_NORMAL_MENU_STRUCTURE=1 --no-split --reference-limit=2000 --html -o gnulib.html

[PATCH] same-inode, stat-size: support pointers too

2023-09-03 Thread Paul Eggert
Add functions and macros so that we can test pointers to struct stat as well as plain struct stat. This lets coreutils deal with structs that are only partly initialized, without relying on undefined behavior. * NEWS: Mention this. * doc/posix-headers/sys_stat.texi, doc/stat-size.texi: Mention thi