From 5fce95b146d86e31977fcc62380b9fd32813561f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 13 Mar 2011 00:55:15 +0100 Subject: no need for hidden sigtimedwait remove unneeded attribute_hidden too, as the prototype provides it Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c b/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c index 5159bf9b8..fbd0b9fa3 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sigtimedwait.c @@ -67,7 +67,7 @@ do_sigtimedwait (const sigset_t *set, siginfo_t *info, /* Return any pending signal or wait for one for the given time. */ -int attribute_hidden +int __sigtimedwait (const sigset_t *set, siginfo_t *info, const struct timespec *timeout) { -- cgit v1.2.3