diff options
author | Christopher Faylor <me@cgf.cx> | 2004-03-04 05:31:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-03-04 05:31:14 +0000 |
commit | 08b0a057eb40204cd187e898b272b09eaec47391 (patch) | |
tree | 244fcc9699a7ba0f390e51c1b75a6f43d7776725 /winsup/cygwin/wait.cc | |
parent | 13a47bd66a97e146afef8b6f92bbbefbbf956a1b (diff) | |
download | cygnal-08b0a057eb40204cd187e898b272b09eaec47391.tar.gz cygnal-08b0a057eb40204cd187e898b272b09eaec47391.tar.bz2 cygnal-08b0a057eb40204cd187e898b272b09eaec47391.zip |
* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are no
pending signals. Restore edx later.
(sigdelayed): Save edx earlier.
* malloc_wrapper.cc (malloc_init): Add some more debugging output.
Diffstat (limited to 'winsup/cygwin/wait.cc')
-rw-r--r-- | winsup/cygwin/wait.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wait.cc b/winsup/cygwin/wait.cc index d92a32911..789a7f309 100644 --- a/winsup/cygwin/wait.cc +++ b/winsup/cygwin/wait.cc @@ -72,7 +72,7 @@ wait4 (int intpid, int *status, int options, struct rusage *r) w->options = options; w->rusage = r; sigproc_printf ("calling proc_subproc, pid %d, options %d", - w->pid, w->options); + w->pid, w->options); if (!proc_subproc (PROC_WAIT, (DWORD) w)) { set_errno (ENOSYS); |