History log of /seL4-test-master/projects/musllibc/src/conf/confstr.c
Revision Date Author Comments
# 104e8a0e 04-Sep-2016 Daniel Sabogal <dsabogalcc@gmail.com>

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.


# 0a8d9828 19-Feb-2014 Timo Teräs <timo.teras@iki.fi>

fix confstr return value

per the specification, the terminating null byte is counted.


# c255e554 14-Feb-2011 Rich Felker <dalias@aerifal.cx>

put confstr.c with the other conf functions