diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-07-26 15:51:28 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-07-26 15:51:28 -0400 |
commit | 77830507bed92a62ab230b499d5b38ae45d208a4 (patch) | |
tree | f1f319623731085cef59a429b93596f6fa765135 /include | |
parent | add ABI symbols for strtol family functions (diff) | |
download | grovel-77830507bed92a62ab230b499d5b38ae45d208a4.tar.gz grovel-77830507bed92a62ab230b499d5b38ae45d208a4.tar.xz |
report that posix_spawn is supported in unistd.h and sysconf
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 1 |
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 |