aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/process.c b/process.c
index e7072b3805..9052b9f10b 100644
--- a/process.c
+++ b/process.c
@@ -40,7 +40,7 @@
#define EXIT_FAILURE 1
#endif
-struct timeval rb_time_interval _((VALUE));
+struct timeval rb_time_interval(VALUE);
#ifdef HAVE_SYS_WAIT_H
# include <sys/wait.h>
@@ -1298,7 +1298,7 @@ proc_syswait(pid)
int
rb_fork(status, chfunc, charg)
int *status;
- int (*chfunc) _((void *));
+ int (*chfunc)(void *);
void *charg;
{
int pid, err, state = 0;