diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-20 16:23:23 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-20 16:23:23 +0000 |
commit | c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a (patch) | |
tree | 2bff23c4158296ff01680234fc26de3952af8361 | |
parent | 9bdabb94dac4be59ab69b3330457861ae997c940 (diff) | |
download | glibc-c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a.tar.gz glibc-c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a.tar.xz glibc-c99b6d97a9a1c4737ef076f7dcc7afe0ae2b821a.zip |
* 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.
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/alpha/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 09422c0078..a8abeb4106 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 7897ece8f4..e03aee99fc 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 |