diff options
Diffstat (limited to 'otherlibs/win32unix/getpid.c')
-rw-r--r-- | otherlibs/win32unix/getpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/getpid.c b/otherlibs/win32unix/getpid.c index 1248fbcb6f..b33992265b 100644 --- a/otherlibs/win32unix/getpid.c +++ b/otherlibs/win32unix/getpid.c @@ -17,7 +17,7 @@ extern value val_process_id; -value unix_getpid(value unit) /* ML */ +CAMLprim value unix_getpid(value unit) { return val_process_id; } |