Mercurial > hg > octave-nkf
diff src/sighandlers.cc @ 5453:89f5979e8552
[project @ 2005-09-17 00:50:58 by jwe]
author | jwe |
---|---|
date | Sat, 17 Sep 2005 00:50:58 +0000 |
parents | ed08548b9054 |
children | 6a9244f89a2a |
line wrap: on
line diff
--- a/src/sighandlers.cc +++ b/src/sighandlers.cc @@ -38,6 +38,7 @@ #endif #include "cmd-edit.h" +#include "oct-syscalls.h" #include "quit.h" #include "defun.h" @@ -951,7 +952,7 @@ { int status; - if (waitpid (pid, &status, WNOHANG) > 0) + if (octave_syscalls::waitpid (pid, &status, WNOHANG) > 0) { oc.have_status = 1;