From aaa85643b352f867cfe7198f313b4481ad1f544d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 16 Apr 2015 18:00:37 +0300 Subject: Updated autoconf (.ac) files. Remove RETSIGTYPE. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 0d29c740..50310ed2 100644 --- a/io.c +++ b/io.c @@ -2313,7 +2313,7 @@ wait_any(int interesting) /* pid of interest, if any */ sigaddset(& set, SIGQUIT); sigprocmask(SIG_BLOCK, & set, & oldset); #else - RETSIGTYPE (*hstat)(int), (*istat)(int), (*qstat)(int); + void (*hstat)(int), (*istat)(int), (*qstat)(int); istat = signal(SIGINT, SIG_IGN); #endif -- cgit v1.2.3