]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Handle POSIX2_LINE_MAX in getconf.
authorUlrich Drepper <drepper@redhat.com>
Mon, 7 Sep 2009 07:18:06 +0000 (00:18 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 7 Sep 2009 07:18:06 +0000 (00:18 -0700)
ChangeLog
posix/getconf.c

index 8cb983db4e824d58beb32f804eadddea0a535b4d..a0ed5d50e847bd2d257fb7dc0f9390eb5efbdc82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/getconf.c (vars): Handle POSIX2_LINE_MAX in addition to
+       _POSIX2_LINE_MAX.
+
 2009-09-04  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure.in: Support binutils 2.20.
index c9e1300e4939be01b838322d7757cd1670057dc3..facf5b08f5707507fa95e7a695877a7302d03a38 100644 (file)
@@ -484,6 +484,7 @@ static const struct conf vars[] =
 #endif
 #ifdef _SC_LINE_MAX
     { "_POSIX2_LINE_MAX", _SC_LINE_MAX, SYSCONF },
+    { "POSIX2_LINE_MAX", _SC_LINE_MAX, SYSCONF },
 #endif
 #ifdef _SC_2_LOCALEDEF
     { "POSIX2_LOCALEDEF", _SC_2_LOCALEDEF, SYSCONF },