mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Handle POSIX2_LINE_MAX in getconf.
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user