aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/wait.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-03-04 05:31:14 +0000
committerChristopher Faylor <me@cgf.cx>2004-03-04 05:31:14 +0000
commit08b0a057eb40204cd187e898b272b09eaec47391 (patch)
tree244fcc9699a7ba0f390e51c1b75a6f43d7776725 /winsup/cygwin/wait.cc
parent13a47bd66a97e146afef8b6f92bbbefbbf956a1b (diff)
downloadnewlib-08b0a057eb40204cd187e898b272b09eaec47391.zip
newlib-08b0a057eb40204cd187e898b272b09eaec47391.tar.gz
newlib-08b0a057eb40204cd187e898b272b09eaec47391.tar.bz2
* 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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/wait.cc b/winsup/cygwin/wait.cc
index d92a329..789a7f3 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);