diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-15 16:22:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-15 16:22:21 +0000 |
commit | b2d4446fd6d0d51f2c7f3c33805f658f9c7bb6c9 (patch) | |
tree | cc0d9973c61a6b36f58cce31fa7b40b04096c835 /linuxthreads | |
parent | c851781fb7a43d32af7615ef51c522ab47728f6b (diff) | |
download | glibc-b2d4446fd6d0d51f2c7f3c33805f658f9c7bb6c9.tar.gz glibc-b2d4446fd6d0d51f2c7f3c33805f658f9c7bb6c9.tar.xz glibc-b2d4446fd6d0d51f2c7f3c33805f658f9c7bb6c9.zip |
Update.
2000-04-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _POSIX_SPAWN. * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 3ca2915e74..8bdc6094a0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-04-15 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add _POSIX_SPAWN. + * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise. + 2000-04-14 Andreas Jaeger <aj@suse.de> * weaks.c: Fix typo. |