Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-03-04 08:31:14 +0300
committerChristopher Faylor <me@cgf.cx>2004-03-04 08:31:14 +0300
commit08b0a057eb40204cd187e898b272b09eaec47391 (patch)
tree244fcc9699a7ba0f390e51c1b75a6f43d7776725 /winsup/cygwin/wait.cc
parent13a47bd66a97e146afef8b6f92bbbefbbf956a1b (diff)
* 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 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);