* sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines): Remove ptw-osf_sigprocmask.

2003-06-20  Richard Henderson  <rth@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines): 
	Remove ptw-osf_sigprocmask.
This commit is contained in:
Richard Henderson 2003-06-20 16:23:23 +00:00
parent 9bdabb94da
commit c99b6d97a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-20 Richard Henderson <rth@redhat.com>
* sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines):
Remove ptw-osf_sigprocmask.
2003-06-18 Jakub Jelinek <jakub@redhat.com>
* internals.h (__librt_multiple_threads, __librt_enable_asynccancel,

View File

@ -1,3 +1,3 @@
ifeq ($(subdir),linuxthreads)
libpthread-routines += ptw-sysdep ptw-sigblock ptw-sigprocmask ptw-osf_sigprocmask
libpthread-routines += ptw-sysdep ptw-sigblock ptw-sigprocmask
endif