diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-03-11 10:38:06 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-03-11 10:38:06 +0000 |
commit | 72157b51f73275f15aa43a3c5f6cd1e0038bca52 (patch) | |
tree | 0f60ec74f6b53c188bab857e03eec445421f82b1 /otherlibs/win32unix/winwait.c | |
parent | f13ce4a3df625f62b80517cd8d075b419b5083b4 (diff) |
Marquage des primitives ML (pour le toplevel Windows).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1369 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/win32unix/winwait.c')
-rw-r--r-- | otherlibs/win32unix/winwait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/winwait.c b/otherlibs/win32unix/winwait.c index 6b078a9cc..ebba52ff4 100644 --- a/otherlibs/win32unix/winwait.c +++ b/otherlibs/win32unix/winwait.c @@ -37,7 +37,7 @@ static value alloc_process_status(pid, status) return res; } -value win_waitpid(flags, vpid_req) +value win_waitpid(flags, vpid_req) /* ML */ value flags, vpid_req; { int status, pid_req; |