mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
posix_spawn() is supported, set _POSIX_SPAWN to 200212L.
This commit is contained in:
parent
dbd47f1592
commit
1b2bb4a55f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180360
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user