From 08b0a057eb40204cd187e898b272b09eaec47391 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 4 Mar 2004 05:31:14 +0000 Subject: * 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. --- winsup/cygwin/wait.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/wait.cc') 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); -- cgit v1.1