1
0
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:
Ulrich Drepper
2000-04-15 16:21:49 +00:00
parent c84956c7a2
commit c851781fb7
4 changed files with 11 additions and 0 deletions

View File

@ -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 */