diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-18 19:15:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-18 19:15:31 +0000 |
commit | 8b8074da86f81a4f5974f01c1f9d297025ab04fe (patch) | |
tree | b1145a035fc7b75662c04fa97f7a39b749733d53 /linuxthreads/Makefile | |
parent | bcc86889c775a0f717de272cc270e3b089aa5221 (diff) | |
download | glibc-8b8074da86f81a4f5974f01c1f9d297025ab04fe.tar.gz glibc-8b8074da86f81a4f5974f01c1f9d297025ab04fe.tar.xz glibc-8b8074da86f81a4f5974f01c1f9d297025ab04fe.zip |
Update.
2003-09-18 Jakub Jelinek <jakub@redhat.com> * libio/memstream.c (open_memstream): Use _IO_init instead of _IO_old_init.
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 7e1fc2390e..cb57ee51a2 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -109,7 +109,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-cancel7 tst-popen tst-popen2 + tst-cancel6 tst-cancel7 tst-popen tst-popen2 tst-attr1 test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 |