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/sigisempty.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libc/signal/sigisempty.c') diff --git a/libc/signal/sigisempty.c b/libc/signal/sigisempty.c index 22baa0038..a25bb473d 100644 --- a/libc/signal/sigisempty.c +++ b/libc/signal/sigisempty.c @@ -22,9 +22,7 @@ #include /* Test whether SET is empty. */ -int -sigisemptyset (set) - const sigset_t *set; +int sigisemptyset (const sigset_t *set) { if (set == NULL) { -- cgit v1.2.3