aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-03 03:14:43 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-03 03:14:43 +0000
commit0e4d3d9dbdcc67a7f1783c52dfad83d8e32aac59 (patch)
tree210607542d04108edf00cac693898db1d977d2fd /sysdeps/unix
parentd87ab9bc127edfcf7b4bfccd77bd2bec6b68e2a0 (diff)
downloadglibc-0e4d3d9dbdcc67a7f1783c52dfad83d8e32aac59.tar
glibc-0e4d3d9dbdcc67a7f1783c52dfad83d8e32aac59.tar.gz
glibc-0e4d3d9dbdcc67a7f1783c52dfad83d8e32aac59.tar.bz2
glibc-0e4d3d9dbdcc67a7f1783c52dfad83d8e32aac59.zip
(sysdep_routines): Remove rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
rt_sigqueueinfo and rt_sigpending.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile
index 6ec49760b4..3097cc3047 100644
--- a/sysdeps/unix/sysv/linux/alpha/Makefile
+++ b/sysdeps/unix/sysv/linux/alpha/Makefile
@@ -20,6 +20,5 @@ CFLAGS-ioperm.c = -Wa,-mev6
endif
ifeq ($(subdir),signal)
-sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
- rt_sigqueueinfo rt_sigaction rt_sigpending
+sysdep_routines += rt_sigaction
endif