diff options
Diffstat (limited to 'otherlibs/unix/pipe.c')
-rw-r--r-- | otherlibs/unix/pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/pipe.c b/otherlibs/unix/pipe.c index 6b571be65..b68705e9f 100644 --- a/otherlibs/unix/pipe.c +++ b/otherlibs/unix/pipe.c @@ -17,7 +17,7 @@ #include <alloc.h> #include "unixsupport.h" -CAMLprim value unix_pipe(void) +CAMLprim value unix_pipe(value unit) { int fd[2]; value res; |