summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-07-19 17:09:36 +0000
committerUlrich Drepper <drepper@redhat.com>2007-07-19 17:09:36 +0000
commitd5078b9f6562f0b8f51c7d6d4ddf8f96a6994f1d (patch)
tree692b1dbabfcd14e35daafc0a598713861af755a1 /posix
parent1c3e748ef3e76af3f8c12ac614e1bfac0ae46ea8 (diff)
* bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define.
* posix/getconf.c (vars): Add POSIX_V6_WIDTH_RESTRICTED_ENVS.
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 99f387feb7..885f9f96cf 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -610,6 +610,7 @@ static const struct conf vars[] =
#ifdef _CS_V6_WIDTH_RESTRICTED_ENVS
{ "_POSIX_V6_WIDTH_RESTRICTED_ENVS", _CS_V6_WIDTH_RESTRICTED_ENVS, CONFSTR },
+ { "POSIX_V6_WIDTH_RESTRICTED_ENVS", _CS_V6_WIDTH_RESTRICTED_ENVS, CONFSTR },
#endif
#ifdef _SC_V6_ILP32_OFFBIG