From 11975abb2c891e563dbed51a52c050ea0b05b8a4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 08:47:51 +0000 Subject: - remove old-style definitions. No object-code changes. --- libc/signal/sigintr.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libc/signal/sigintr.c') diff --git a/libc/signal/sigintr.c b/libc/signal/sigintr.c index a977e22de..43136379f 100644 --- a/libc/signal/sigintr.c +++ b/libc/signal/sigintr.c @@ -29,10 +29,7 @@ libc_hidden_proto(sigaction) extern sigset_t _sigintr attribute_hidden; /* Defined in signal.c. */ #endif -int -siginterrupt (sig, interrupt) - int sig; - int interrupt; +int siginterrupt (int sig, int interrupt) { #ifdef SA_RESTART struct sigaction action; -- cgit v1.2.3