about summary refs log tree commit diff
path: root/include/unistd.h
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 /include/unistd.h
parentce053255218bf1901950ba9e770f495f086f9e87 (diff)
downloadmusl-77830507bed92a62ab230b499d5b38ae45d208a4.tar.gz
musl-77830507bed92a62ab230b499d5b38ae45d208a4.tar.xz
musl-77830507bed92a62ab230b499d5b38ae45d208a4.zip
report that posix_spawn is supported in unistd.h and sysconf
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index ff541088..ee22b21b 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -215,6 +215,7 @@ void syncfs(int);
 #define _POSIX_REGEXP           1
 #define _POSIX_SAVED_IDS        1
 #define _POSIX_SHELL            1
+#define _POSIX_SPAWN            _POSIX_VERSION
 #define _POSIX_VDISABLE         0
 
 #define _POSIX_THREADS          _POSIX_VERSION