From 1b2bb4a55fcdb9f4a4527a600d5a7e7d84d21af3 Mon Sep 17 00:00:00 2001 From: David Xu Date: Tue, 8 Jul 2008 03:08:32 +0000 Subject: posix_spawn() is supported, set _POSIX_SPAWN to 200212L. --- include/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 53efe498b681..6a0d25e4d2ae 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -107,7 +107,7 @@ typedef __useconds_t useconds_t; #define _POSIX_READER_WRITER_LOCKS 200112L #define _POSIX_REGEXP 1 #define _POSIX_SHELL 1 -#define _POSIX_SPAWN -1 +#define _POSIX_SPAWN 200112L #define _POSIX_SPIN_LOCKS 200112L #define _POSIX_THREAD_ATTR_STACKADDR 200112L #define _POSIX_THREAD_ATTR_STACKSIZE 200112L -- cgit v1.2.3