summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-09-07 10:09:06 +0200
committerAndreas Schwab <schwab@redhat.com>2009-09-07 10:09:06 +0200
commit317ff8d356d51ca43eb063e229c8732c187493e5 (patch)
tree7994d6ebcb136b91048f8e23b63d15ddab734d68 /posix
parentcf2e25191323ba04233ddc23f2175eb0562dc03d (diff)
parentd76da20f7f77e9dfc7e81ebaf0f9902699a873e8 (diff)
Merge commit 'origin/master' into fedora/master
Diffstat (limited to 'posix')
-rw-r--r--posix/getconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/getconf.c b/posix/getconf.c
index c9e1300e49..facf5b08f5 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -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 },