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

View File

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

View File

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

View File

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