* 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>
|
2002-11-27 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* include/cygwin/version.h: Bump DLL minor number.
|
* include/cygwin/version.h: Bump DLL minor number.
|
||||||
|
|
|
@ -535,7 +535,6 @@ sig_dispatch_pending (int justwake)
|
||||||
#endif
|
#endif
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
assert (!wait_sig_inited);
|
|
||||||
if (!justwake)
|
if (!justwake)
|
||||||
(void) sig_send (myself, __SIGFLUSH);
|
(void) sig_send (myself, __SIGFLUSH);
|
||||||
else if (ReleaseSemaphore (sigcatch_nosync, 1, NULL))
|
else if (ReleaseSemaphore (sigcatch_nosync, 1, NULL))
|
||||||
|
|
Loading…
Reference in New Issue