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/sigandset.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libc/signal/sigandset.c') diff --git a/libc/signal/sigandset.c b/libc/signal/sigandset.c index a25225bad..dcc37daba 100644 --- a/libc/signal/sigandset.c +++ b/libc/signal/sigandset.c @@ -22,11 +22,7 @@ #include /* Combine sets LEFT and RIGHT by logical AND and place result in DEST. */ -int -sigandset (dest, left, right) - sigset_t *dest; - const sigset_t *left; - const sigset_t *right; +int sigandset (sigset_t *dest, const sigset_t *left, const sigset_t *right) { if (dest == NULL || left == NULL || right == NULL) { -- cgit v1.2.3