diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-15 16:21:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-15 16:21:49 +0000 |
commit | c851781fb7a43d32af7615ef51c522ab47728f6b (patch) | |
tree | 44425a3a0761a82e940c5433fc199be1118ba98f /sysdeps/unix | |
parent | c84956c7a24f4693063346ea9c3f0d78cfa81dd5 (diff) | |
download | glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.zip glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar.gz glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar.bz2 |
Add _POSIX_SPAWN.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/posix_opt.h b/sysdeps/unix/sysv/linux/bits/posix_opt.h index ae83e24..26af0f0 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 */ |