OSDN Git Service

sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Sep 2009 01:41:14 +0000 (03:41 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Sep 2009 01:41:14 +0000 (03:41 +0200)
commitd4b4c5a0633be8be45583b2fd2238514a52e4202
tree34cc429cd222dd7ca2f16a9602328abe24c11801
parent2528a3f6c2fa13d55eb1d65be9978e59cc39df8b
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused

sigwait is not called from any uclibc function, so "hidden symbol"
trick is not needed on it. __sigwait also is never used,
and it's not clear why it even existed.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/signal.h
libc/signal/sigwait.c
libpthread/linuxthreads/sysdeps/unix/sysv/linux/sigwait.c