Commit 876d7c84 authored by Mark Dickinson's avatar Mark Dickinson

Keep confstr entries in alphabetical order.

parent affec45a
...@@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = { ...@@ -5986,6 +5986,12 @@ static struct constdef posix_constants_confstr[] = {
#ifdef _CS_ARCHITECTURE #ifdef _CS_ARCHITECTURE
{"CS_ARCHITECTURE", _CS_ARCHITECTURE}, {"CS_ARCHITECTURE", _CS_ARCHITECTURE},
#endif #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 #ifdef _CS_HOSTNAME
{"CS_HOSTNAME", _CS_HOSTNAME}, {"CS_HOSTNAME", _CS_HOSTNAME},
#endif #endif
...@@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = { ...@@ -6127,12 +6133,6 @@ static struct constdef posix_constants_confstr[] = {
#ifdef _MIPS_CS_VENDOR #ifdef _MIPS_CS_VENDOR
{"MIPS_CS_VENDOR", _MIPS_CS_VENDOR}, {"MIPS_CS_VENDOR", _MIPS_CS_VENDOR},
#endif #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 static int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment