From c851781fb7a43d32af7615ef51c522ab47728f6b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Apr 2000 16:21:49 +0000 Subject: Add _POSIX_SPAWN. --- linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linuxthreads/sysdeps/unix/sysv/linux/bits') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h index a3cc2c0866..ba9347fce0 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -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 */ -- cgit v1.2.3-70-g09d2