From 4bdddc9cbfda2acc3da87f7565baca9307ab92f7 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Mon, 21 Aug 2006 04:26:01 +0000 Subject: Finally check in all the changes I made for NPTL library proper. --- libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c b/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c index c6ea739d3..6c47fdee6 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c @@ -69,9 +69,7 @@ do_sigwaitinfo (const sigset_t *set, siginfo_t *info) /* Return any pending signal or wait for one for the given time. */ int -__sigwaitinfo (set, info) - const sigset_t *set; - siginfo_t *info; +__sigwaitinfo (const sigset_t *set, siginfo_t *info) { if (SINGLE_THREAD_P) return do_sigwaitinfo (set, info); -- cgit v1.2.3