diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-07 06:46:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-07 06:46:21 +0000 |
commit | 65c689907900378bc3daf394a40b6a046595caab (patch) | |
tree | ab2f37fdde74caf77e4c30e3fcec407214d89fb0 /nptl/Makefile | |
parent | ce96c93de5d57d917d300c4c80ed8ffc9141a874 (diff) | |
download | glibc-65c689907900378bc3daf394a40b6a046595caab.tar.gz glibc-65c689907900378bc3daf394a40b6a046595caab.tar.xz glibc-65c689907900378bc3daf394a40b6a046595caab.zip |
Update.
2003-02-07 Jakub Jelinek <jakub@redhat.com> * tst-popen2.c: New test. * Makefile (tests): Add tst-popen2. * sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Branch to __fork whenever libpthread.so is loaded. * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise. * sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Likewise.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6c1ef9418e..f006421edc 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -151,7 +151,8 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-unload \ tst-sysconf \ tst-locale1 tst-locale2 \ - tst-umask1 + tst-umask1 \ + tst-popen1 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst |