summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/fork.c')
-rw-r--r--otherlibs/unix/fork.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/unix/fork.c b/otherlibs/unix/fork.c
index 82c4fde4c..91cd25467 100644
--- a/otherlibs/unix/fork.c
+++ b/otherlibs/unix/fork.c
@@ -14,8 +14,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-value unix_fork(unit) /* ML */
- value unit;
+value unix_fork(value unit) /* ML */
{
int ret;
ret = fork();