summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-07-26 15:51:28 -0400
committerRich Felker <dalias@aerifal.cx>2013-07-26 15:51:28 -0400
commit77830507bed92a62ab230b499d5b38ae45d208a4 (patch)
treef1f319623731085cef59a429b93596f6fa765135 /src
parentce053255218bf1901950ba9e770f495f086f9e87 (diff)
downloadmusl-77830507bed92a62ab230b499d5b38ae45d208a4.tar.gz
report that posix_spawn is supported in unistd.h and sysconf
Diffstat (limited to 'src')
-rw-r--r--src/conf/sysconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/sysconf.c b/src/conf/sysconf.c
index 4819ae6a..1f66031a 100644
--- a/src/conf/sysconf.c
+++ b/src/conf/sysconf.c
@@ -171,7 +171,7 @@ long sysconf(int name)
[_SC_REGEX_VERSION] = -1,
[_SC_SHELL] = 1,
[_SC_SIGNALS] = -1,
- [_SC_SPAWN] = -1,
+ [_SC_SPAWN] = VER,
[_SC_SPORADIC_SERVER] = -1,
[_SC_THREAD_SPORADIC_SERVER] = -1,
[_SC_SYSTEM_DATABASE] = -1,