Add _POSIX_SPAWN.
authorUlrich Drepper <drepper@redhat.com>
Sat, 15 Apr 2000 16:21:49 +0000 (16:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 15 Apr 2000 16:21:49 +0000 (16:21 +0000)
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
sysdeps/mach/hurd/bits/posix_opt.h
sysdeps/unix/sysv/linux/bits/posix_opt.h

index a3cc2c0..ba9347f 100644 (file)
 /* We support spinlocks.  */
 #define _POSIX_SPIN_LOCKS      200912L
 
+/* The `spawn' function family is supported.  */
+#define _POSIX_SPAWN   200912L
+
 #endif /* posix_opt.h */
index 5e0098d..c89f6be 100644 (file)
 /* We support spinlocks.  */
 #define _POSIX_SPIN_LOCKS      200912L
 
+/* The `spawn' function family is supported.  */
+#define _POSIX_SPAWN   200912L
+
 #endif /* posix_opt.h */
index 818df1f..47a81c3 100644 (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 */
index ae83e24..26af0f0 100644 (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 */