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