From 77830507bed92a62ab230b499d5b38ae45d208a4 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 26 Jul 2013 15:51:28 -0400 Subject: report that posix_spawn is supported in unistd.h and sysconf --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unistd.h') 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 -- cgit v1.2.1