Skip to content

Commit

Permalink
fixup! 7ed9b3f
Browse files Browse the repository at this point in the history
Co-authored-by: jeremyd2019 <github@jdrake.com>
  • Loading branch information
dscho and jeremyd2019 authored Dec 25, 2024
1 parent e1390b5 commit 6326293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winsup/cygwin/sigproc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ sig_send (_pinfo *p, siginfo_t& si, _cygtls *tls)
}
while (rc != WAIT_OBJECT_0 && rc != WAIT_TIMEOUT);
/* Re-assert signal_arrived which has been cleared in cygwait(). */
if (_my_tls.current_sig)
if (_my_tls.sig)
_my_tls.set_signal_arrived ();
ForceCloseHandle (pack.wakeup);
}
Expand Down

0 comments on commit 6326293

Please sign in to comment.