]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(sysdep_routines): Remove rt_*.
authorUlrich Drepper <drepper@redhat.com>
Wed, 3 Sep 2003 03:16:54 +0000 (03:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 3 Sep 2003 03:16:54 +0000 (03:16 +0000)
sysdeps/unix/sysv/linux/arm/Makefile
sysdeps/unix/sysv/linux/mips/Makefile

index 24c7ee99b06b491ad9903b81446c6d6253115e8d..0ccdbe81f6c9247f6b9fed7084aaa51f121fe332 100644 (file)
@@ -4,9 +4,7 @@ sysdep_headers += sys/elf.h sys/io.h
 endif
 
 ifeq ($(subdir),signal)
-sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait        \
-                  rt_sigqueueinfo rt_sigaction rt_sigpending \
-                  sigrestorer
+sysdep_routines += sigrestorer
 endif
 
 ifeq ($(subdir),resource)
index 67037783914607b9686a0c0fe8b3cdc10021267c..d65175f5ea9fdb0d8feb080fa3851f161c8ada28 100644 (file)
@@ -1,6 +1,4 @@
 ifeq ($(subdir),signal)
-sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait        \
-                  rt_sigqueueinfo rt_sigaction rt_sigpending
 #sysdep_routines += sigsuspend
 endif