diff options
Diffstat (limited to 'otherlibs/unix/fork.c')
-rw-r--r-- | otherlibs/unix/fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/fork.c b/otherlibs/unix/fork.c index 5d1017ca1..6fd38f48b 100644 --- a/otherlibs/unix/fork.c +++ b/otherlibs/unix/fork.c @@ -15,7 +15,7 @@ #include <mlvalues.h> #include "unixsupport.h" -value unix_fork(value unit) /* ML */ +CAMLprim value unix_fork(value unit) { int ret; ret = fork(); |