Add _POSIX_SPAWN.
This commit is contained in:
parent
c84956c7a2
commit
c851781fb7
@ -125,4 +125,7 @@
|
||||
/* We support spinlocks. */
|
||||
#define _POSIX_SPIN_LOCKS 200912L
|
||||
|
||||
/* The `spawn' function family is supported. */
|
||||
#define _POSIX_SPAWN 200912L
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@ -134,4 +134,7 @@
|
||||
/* We support spinlocks. */
|
||||
#define _POSIX_SPIN_LOCKS 200912L
|
||||
|
||||
/* The `spawn' function family is supported. */
|
||||
#define _POSIX_SPAWN 200912L
|
||||
|
||||
#endif /* posix_opt.h */
|
||||
|
@ -66,5 +66,7 @@
|
||||
/* We have a POSIX shell. */
|
||||
#define _POSIX_SHELL 1
|
||||
|
||||
/* The `spawn' function family is supported. */
|
||||
#define _POSIX_SPAWN 200912L
|
||||
|
||||
#endif /* bits/posix_opt.h */
|
||||
|
@ -93,4 +93,7 @@
|
||||
/* We have a POSIX shell. */
|
||||
#define _POSIX_SHELL 1
|
||||
|
||||
/* The `spawn' function family is supported. */
|
||||
#define _POSIX_SPAWN 200912L
|
||||
|
||||
#endif /* bits/posix_opt.h */
|
||||
|
Loading…
Reference in New Issue
Block a user