#725935 getconf: Should support _SC_* prefixed names

Package:
libc-bin
Source:
glibc
Description:
GNU C Library: Binaries
Submitter:
Josh Triplett
Date:
2013-10-10 04:30:05 UTC
Severity:
wishlist
#725935#3
Date:
2013-10-10 04:22:15 UTC
From:
To:
$ getconf _SC_OPEN_MAX
getconf: Unrecognized variable `_SC_OPEN_MAX'
$ getconf OPEN_MAX
1024

getconf's manpage says it supports names listed in the sysconf manpage, but
only the unprefixed names work, not the prefixed ones.

- Josh Triplett