* 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.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user