1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Update from Gnulib by running admin/merge-gnulib

* lib/endian.c, lib/endian.in.h, m4/endian_h.m4, m4/sys_cdefs_h.m4:
New files, copied from Gnulib.
This commit is contained in:
Paul Eggert 2024-06-03 21:57:53 -07:00
parent ce660c5c30
commit 799f78a92c
27 changed files with 918 additions and 119 deletions

View file

@ -723,7 +723,7 @@ _getopt_internal (int argc, char **argv, const char *optstring,
return result;
}
/* glibc gets a LSB-compliant getopt and a POSIX-complaint __posix_getopt.
/* glibc gets a LSB-compliant getopt and a POSIX-compliant __posix_getopt.
Standalone applications just get a POSIX-compliant getopt.
POSIX and LSB both require these functions to take 'char *const *argv'
even though this is incorrect (because of the permutation). */