Mercurial > hg > octave-lyh
diff liboctave/oct-syscalls.h @ 5453:89f5979e8552
[project @ 2005-09-17 00:50:58 by jwe]
author | jwe |
---|---|
date | Sat, 17 Sep 2005 00:50:58 +0000 |
parents | 4c8a2e4e0717 |
children | 143b556ce725 |
line wrap: on
line diff
--- a/liboctave/oct-syscalls.h +++ b/liboctave/oct-syscalls.h @@ -61,8 +61,8 @@ static int pipe (int *); static int pipe (int *, std::string&); - static pid_t waitpid (pid_t, int); - static pid_t waitpid (pid_t, int, std::string&); + static pid_t waitpid (pid_t, int *status, int); + static pid_t waitpid (pid_t, int *status, int, std::string&); static int kill (pid_t, int); static int kill (pid_t, int, std::string&);