aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-15 16:21:49 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-15 16:21:49 +0000
commitc851781fb7a43d32af7615ef51c522ab47728f6b (patch)
tree44425a3a0761a82e940c5433fc199be1118ba98f /sysdeps/mach
parentc84956c7a24f4693063346ea9c3f0d78cfa81dd5 (diff)
downloadglibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar
glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar.gz
glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar.bz2
glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.zip
Add _POSIX_SPAWN.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/bits/posix_opt.h2
1 files changed, 2 insertions, 0 deletions
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 */