diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-02 00:11:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-02 00:11:05 +0000 |
commit | 9a197dcc6a93d7938bede6ca85fd1f769424cf17 (patch) | |
tree | b369b79b99a6a3869ae2c08bba80b81a7c46f095 /linuxthreads/Makefile | |
parent | de58be8a098dfb710f0b6167c8fabc265f2920de (diff) | |
download | glibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.tar glibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.tar.gz glibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.tar.bz2 glibc-9a197dcc6a93d7938bede6ca85fd1f769424cf17.zip |
* sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
IA-64 version.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r-- | linuxthreads/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile index 8a6f9bfc91..fd8f92b49c 100644 --- a/linuxthreads/Makefile +++ b/linuxthreads/Makefile @@ -36,8 +36,8 @@ extra-libs-others := $(extra-libs) install-lib-ldscripts := libpthread.so libpthread-routines := attr cancel condvar join manager mutex ptfork \ - ptlongjmp pthread signals specific errno lockfile \ - semaphore spinlock rwlock pt-machine \ + ptlongjmp pthread pt-sigsuspend signals specific errno \ + lockfile semaphore spinlock rwlock pt-machine \ oldsemaphore events getcpuclockid pspinlock barrier \ ptclock_gettime ptclock_settime sighandler \ pthandles libc-tls-loc pt-allocrtsig \ @@ -89,7 +89,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-popen2 + tst-cancel6 tst-cancel7 tst-popen tst-popen2 test-srcs = tst-signal # These tests are linked with libc before libpthread tests-reverse += tst-cancel5 |