add missing confstr constants
authorDaniel Sabogal <dsabogalcc@gmail.com>
Sun, 4 Sep 2016 14:42:47 +0000 (10:42 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 20 Oct 2016 20:55:05 +0000 (16:55 -0400)
commit104e8a0e3b30f6dda6ce9c1b901a6bb8ee046616
tree0fc875898b45dc82167bd97a80aca275aa695146
parente314258e2fe75b7443db84d2927315dea0f337c8
add missing confstr constants

the _CS_V6_ENV and _CS_V7_ENV constants are required to be available for use
with confstr. glibc defines these constants with values 1148 and 1149,
respectively.

the only missing (and required) confstr constants are
_CS_POSIX_V7_THREADS_CFLAGS and _CS_POSIX_V7_THREADS_LDFLAGS which remain
unavailable in glibc.
include/unistd.h
src/conf/confstr.c