aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2008-07-08 03:08:32 +0000
committerDavid Xu <davidxu@FreeBSD.org>2008-07-08 03:08:32 +0000
commit1b2bb4a55fcdb9f4a4527a600d5a7e7d84d21af3 (patch)
tree4a53c866d897f931ae287cf1e5ce9d7ca143d730 /include/unistd.h
parentdbd47f1592a8341931ca5247eda959d2c881d57c (diff)
downloadsrc-1b2bb4a55fcdb9f4a4527a600d5a7e7d84d21af3.tar.gz
src-1b2bb4a55fcdb9f4a4527a600d5a7e7d84d21af3.zip
posix_spawn() is supported, set _POSIX_SPAWN to 200212L.
Notes
Notes: svn path=/head/; revision=180360
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 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