summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-07-08 03:08:32 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-07-08 03:08:32 +0000
commit0a2fec57c27ba55b8ae0ec29893b9e9b48eeacf1 (patch)
tree4a53c866d897f931ae287cf1e5ce9d7ca143d730 /include/unistd.h
parentcb283fcdf7c2e4feedf0511008f871d15d31066e (diff)
downloadFreeBSD-src-0a2fec57c27ba55b8ae0ec29893b9e9b48eeacf1.zip
FreeBSD-src-0a2fec57c27ba55b8ae0ec29893b9e9b48eeacf1.tar.gz
posix_spawn() is supported, set _POSIX_SPAWN to 200212L.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 53efe49..6a0d25e 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
OpenPOWER on IntegriCloud