mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* sigproc.cc (sig_dispatch_pending): Remove assertion.
This commit is contained in:
parent
5a74d15e43
commit
c0b813e500
@ -1,3 +1,7 @@
|
||||
2002-11-28 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* sigproc.cc (sig_dispatch_pending): Remove assertion.
|
||||
|
||||
2002-11-27 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* include/cygwin/version.h: Bump DLL minor number.
|
||||
|
@ -535,7 +535,6 @@ sig_dispatch_pending (int justwake)
|
||||
#endif
|
||||
else
|
||||
{
|
||||
assert (!wait_sig_inited);
|
||||
if (!justwake)
|
||||
(void) sig_send (myself, __SIGFLUSH);
|
||||
else if (ReleaseSemaphore (sigcatch_nosync, 1, NULL))
|
||||
|
Loading…
x
Reference in New Issue
Block a user