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 e3446108e..683fa9993 100644 --- a/otherlibs/unix/pipe.c +++ b/otherlibs/unix/pipe.c @@ -15,7 +15,7 @@ #include <alloc.h> #include "unixsupport.h" -value unix_pipe() /* ML */ +value unix_pipe(void) /* ML */ { int fd[2]; value res; |