| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-10-20 | add missing confstr constants | Daniel 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-24 | fix confstr return value | Timo Teräs | -1/+1 | |
| per the specification, the terminating null byte is counted. | ||||
| 2011-02-14 | put confstr.c with the other conf functions | Rich Felker | -0/+17 | |
