aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-16 18:02:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-16 18:02:29 +0300
commit6f250fa2a01864e07c1e9022f36eab740a2793c5 (patch)
treee77711678bef18e003b614f3c7e3e6c222bb23b4 /io.c
parent340c6b9945fcf57666648939bb8702a6f64c8e8e (diff)
parentaaa85643b352f867cfe7198f313b4481ad1f544d (diff)
downloadegawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.tar.gz
egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.tar.bz2
egawk-6f250fa2a01864e07c1e9022f36eab740a2793c5.zip
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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