mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Handle POSIX2_LINE_MAX in getconf.
This commit is contained in:
@@ -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>
|
2009-09-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* configure.in: Support binutils 2.20.
|
* configure.in: Support binutils 2.20.
|
||||||
|
@@ -484,6 +484,7 @@ static const struct conf vars[] =
|
|||||||
#endif
|
#endif
|
||||||
#ifdef _SC_LINE_MAX
|
#ifdef _SC_LINE_MAX
|
||||||
{ "_POSIX2_LINE_MAX", _SC_LINE_MAX, SYSCONF },
|
{ "_POSIX2_LINE_MAX", _SC_LINE_MAX, SYSCONF },
|
||||||
|
{ "POSIX2_LINE_MAX", _SC_LINE_MAX, SYSCONF },
|
||||||
#endif
|
#endif
|
||||||
#ifdef _SC_2_LOCALEDEF
|
#ifdef _SC_2_LOCALEDEF
|
||||||
{ "POSIX2_LOCALEDEF", _SC_2_LOCALEDEF, SYSCONF },
|
{ "POSIX2_LOCALEDEF", _SC_2_LOCALEDEF, SYSCONF },
|
||||||
|
Reference in New Issue
Block a user