* cygwin.din: Correct readdir_r typo.

This commit is contained in:
Christopher Faylor
2005-08-28 17:30:34 +00:00
parent a232350855
commit 453185b136
7 changed files with 99 additions and 83 deletions

View File

@ -984,11 +984,11 @@ set_signal_mask (sigset_t newmask, sigset_t& oldmask)
sigproc_printf ("oldmask %p, newmask %p, mask_bits %p", oldmask, newmask,
mask_bits);
oldmask = newmask;
mask_sync.release ();
if (mask_bits)
sig_dispatch_pending (true);
else
sigproc_printf ("not calling sig_dispatch_pending");
mask_sync.release ();
return;
}