* sysdeps/unix/sysv/linux/alpha/Makefile (libpthread-routines): Remov...
authorRichard Henderson <rth@redhat.com>
Fri, 20 Jun 2003 16:23:23 +0000 (16:23 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 20 Jun 2003 16:23:23 +0000 (16:23 +0000)
2003-06-20  Richard Henderson  <rth@redhat.com>

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

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile

index 09422c0..a8abeb4 100644 (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,
index 7897ece..e03aee9 100644 (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