diff options
Diffstat (limited to 'otherlibs/unix/getppid.c')
-rw-r--r-- | otherlibs/unix/getppid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getppid.c b/otherlibs/unix/getppid.c index 660c45c9e..0d69aafb4 100644 --- a/otherlibs/unix/getppid.c +++ b/otherlibs/unix/getppid.c @@ -16,7 +16,7 @@ #include <mlvalues.h> #include "unixsupport.h" -CAMLprim value unix_getppid(void) +CAMLprim value unix_getppid(value unit) { return Val_int(getppid()); } |