summaryrefslogtreecommitdiff
path: root/src/conf/confstr.c
AgeCommit message (Collapse)AuthorLines
2016-10-20add missing confstr constantsDaniel Sabogal-1/+1
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.
2014-03-24fix confstr return valueTimo Teräs-1/+1
per the specification, the terminating null byte is counted.
2011-02-14put confstr.c with the other conf functionsRich Felker-0/+17