Keep confstr entries in alphabetical order.
This commit is contained in:
parent
affec45a02
commit
876d7c84e6
|
@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = {
|
|||
#ifdef _CS_ARCHITECTURE
|
||||
{"CS_ARCHITECTURE", _CS_ARCHITECTURE},
|
||||
#endif
|
||||
#ifdef _CS_GNU_LIBC_VERSION
|
||||
{"CS_GNU_LIBC_VERSION", _CS_GNU_LIBC_VERSION},
|
||||
#endif
|
||||
#ifdef _CS_GNU_LIBPTHREAD_VERSION
|
||||
{"CS_GNU_LIBPTHREAD_VERSION", _CS_GNU_LIBPTHREAD_VERSION},
|
||||
#endif
|
||||
#ifdef _CS_HOSTNAME
|
||||
{"CS_HOSTNAME", _CS_HOSTNAME},
|
||||
#endif
|
||||
|
@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = {
|
|||
#ifdef _MIPS_CS_VENDOR
|
||||
{"MIPS_CS_VENDOR", _MIPS_CS_VENDOR},
|
||||
#endif
|
||||
#ifdef _CS_GNU_LIBC_VERSION
|
||||
{"CS_GNU_LIBC_VERSION", _CS_GNU_LIBC_VERSION},
|
||||
#endif
|
||||
#ifdef _CS_GNU_LIBPTHREAD_VERSION
|
||||
{"CS_GNU_LIBPTHREAD_VERSION", _CS_GNU_LIBPTHREAD_VERSION},
|
||||
#endif
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue