aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-20 16:23:23 +0000
committerRichard Henderson <rth@redhat.com>2003-06-20 16:23:23 +0000
commitc99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a (patch)
tree2bff23c4158296ff01680234fc26de3952af8361 /linuxthreads
parent9bdabb94dac4be59ab69b3330457861ae997c940 (diff)
downloadglibc-c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a.zip
glibc-c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a.tar.gz
glibc-c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a.tar.bz2
* 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.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 09422c0..a8abeb4 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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,
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile
index 7897ece..e03aee9 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile
+++ b/linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile
@@ -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