posix_spawn() is supported, set _POSIX_SPAWN to 200212L.

This commit is contained in:
David Xu 2008-07-08 03:08:32 +00:00
parent dbd47f1592
commit 1b2bb4a55f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180360

View file

@ -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