summaryrefslogtreecommitdiff
path: root/otherlibs/win32unix/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/win32unix/getpid.c')
-rw-r--r--otherlibs/win32unix/getpid.c2
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;
}