diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:09:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:09:36 +0000 |
commit | d5078b9f6562f0b8f51c7d6d4ddf8f96a6994f1d (patch) | |
tree | 692b1dbabfcd14e35daafc0a598713861af755a1 /posix | |
parent | 1c3e748ef3e76af3f8c12ac614e1bfac0ae46ea8 (diff) | |
download | glibc-d5078b9f6562f0b8f51c7d6d4ddf8f96a6994f1d.zip glibc-d5078b9f6562f0b8f51c7d6d4ddf8f96a6994f1d.tar.gz glibc-d5078b9f6562f0b8f51c7d6d4ddf8f96a6994f1d.tar.bz2 |
* 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/getconf.c b/posix/getconf.c index 99f387f..885f9f9 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 |