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 /linuxthreads/sysdeps/unix/sysv | |
parent | c84956c7a24f4693063346ea9c3f0d78cfa81dd5 (diff) | |
download | glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar.gz glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.tar.xz glibc-c851781fb7a43d32af7615ef51c522ab47728f6b.zip |
Add _POSIX_SPAWN.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 | ||||
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 3 |
2 files changed, 6 insertions, 0 deletions
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 */ diff --git a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index 5e0098d946..c89f6be8c1 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h @@ -134,4 +134,7 @@ /* We support spinlocks. */ #define _POSIX_SPIN_LOCKS 200912L +/* The `spawn' function family is supported. */ +#define _POSIX_SPAWN 200912L + #endif /* posix_opt.h */ |