]> granicus.if.org Git - python/commitdiff
Keep confstr entries in alphabetical order.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 16 Apr 2010 12:47:52 +0000 (12:47 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 16 Apr 2010 12:47:52 +0000 (12:47 +0000)
Modules/posixmodule.c

index 7ba7b26078b737ac60c5831fc8ad214f27c3791f..1a2c35d6b06d7e04d5829029ba31d1761bc539b4 100644 (file)
@@ -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