diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 18:00:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-16 18:00:37 +0300 |
commit | aaa85643b352f867cfe7198f313b4481ad1f544d (patch) | |
tree | ccfea19b537a9eea1a2186292ae4b520333f0eaa /io.c | |
parent | 971bacc9db2ca88295108fb1e58f3d359ab2c842 (diff) | |
download | egawk-aaa85643b352f867cfe7198f313b4481ad1f544d.tar.gz egawk-aaa85643b352f867cfe7198f313b4481ad1f544d.tar.bz2 egawk-aaa85643b352f867cfe7198f313b4481ad1f544d.zip |
Updated autoconf (.ac) files. Remove RETSIGTYPE.
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |