From d76da20f7f77e9dfc7e81ebaf0f9902699a873e8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 7 Sep 2009 00:18:06 -0700 Subject: Handle POSIX2_LINE_MAX in getconf. --- posix/getconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'posix') 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 }, -- cgit v1.2.3