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. --- sysdeps/mach/hurd/bits/posix_opt.h | 2 ++ sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 +++ 2 files changed, 5 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index 818df1f94d..47a81c3f73 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -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 */ diff --git a/sysdeps/unix/sysv/linux/bits/posix_opt.h b/sysdeps/unix/sysv/linux/bits/posix_opt.h index ae83e24155..26af0f0ff3 100644 --- a/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -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 */ -- cgit 1.4.1