From 9184de4614953897215e989b8720ad7fe6cfde86 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 10 Dec 2005 23:04:41 +0000 Subject: Finish merge from trunk, again, no really. --- libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c b/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c index 4342cedf1..c6ea739d3 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c @@ -68,8 +68,10 @@ do_sigwaitinfo (const sigset_t *set, siginfo_t *info) /* Return any pending signal or wait for one for the given time. */ -int attribute_hidden -__sigwaitinfo (const sigset_t *set, siginfo_t *info) +int +__sigwaitinfo (set, info) + const sigset_t *set; + siginfo_t *info; { if (SINGLE_THREAD_P) return do_sigwaitinfo (set, info); -- cgit v1.2.3