mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Add _POSIX_SPAWN.
This commit is contained in:
@@ -125,4 +125,7 @@
|
|||||||
/* We support spinlocks. */
|
/* We support spinlocks. */
|
||||||
#define _POSIX_SPIN_LOCKS 200912L
|
#define _POSIX_SPIN_LOCKS 200912L
|
||||||
|
|
||||||
|
/* The `spawn' function family is supported. */
|
||||||
|
#define _POSIX_SPAWN 200912L
|
||||||
|
|
||||||
#endif /* posix_opt.h */
|
#endif /* posix_opt.h */
|
||||||
|
@@ -134,4 +134,7 @@
|
|||||||
/* We support spinlocks. */
|
/* We support spinlocks. */
|
||||||
#define _POSIX_SPIN_LOCKS 200912L
|
#define _POSIX_SPIN_LOCKS 200912L
|
||||||
|
|
||||||
|
/* The `spawn' function family is supported. */
|
||||||
|
#define _POSIX_SPAWN 200912L
|
||||||
|
|
||||||
#endif /* posix_opt.h */
|
#endif /* posix_opt.h */
|
||||||
|
@@ -66,5 +66,7 @@
|
|||||||
/* We have a POSIX shell. */
|
/* We have a POSIX shell. */
|
||||||
#define _POSIX_SHELL 1
|
#define _POSIX_SHELL 1
|
||||||
|
|
||||||
|
/* The `spawn' function family is supported. */
|
||||||
|
#define _POSIX_SPAWN 200912L
|
||||||
|
|
||||||
#endif /* bits/posix_opt.h */
|
#endif /* bits/posix_opt.h */
|
||||||
|
@@ -93,4 +93,7 @@
|
|||||||
/* We have a POSIX shell. */
|
/* We have a POSIX shell. */
|
||||||
#define _POSIX_SHELL 1
|
#define _POSIX_SHELL 1
|
||||||
|
|
||||||
|
/* The `spawn' function family is supported. */
|
||||||
|
#define _POSIX_SPAWN 200912L
|
||||||
|
|
||||||
#endif /* bits/posix_opt.h */
|
#endif /* bits/posix_opt.h */
|
||||||
|
Reference in New Issue
Block a user