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 /linuxthreads/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 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index f1af1224fb..2978072e43 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -88,7 +88,7 @@ tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \ tststack $(tests-nodelete-$(have-z-nodelete)) ecmutex ex14 ex15 ex16 \ ex17 ex18 tst-cancel tst-context bug-sleep \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ - tst-cancel6 tst-popen + tst-cancel6 tst-popen tst-popen2 test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 |