summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/dup.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/dup.c')
-rw-r--r--otherlibs/unix/dup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/dup.c b/otherlibs/unix/dup.c
index d4af26f5b..d9c6d3bcb 100644
--- a/otherlibs/unix/dup.c
+++ b/otherlibs/unix/dup.c
@@ -15,7 +15,7 @@
#include <mlvalues.h>
#include "unixsupport.h"
-value unix_dup(value fd) /* ML */
+CAMLprim value unix_dup(value fd)
{
int ret;
ret = dup(Int_val(fd));