diff options
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; |