mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Add _POSIX_SPAWN.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user