* sigproc.cc (sig_dispatch_pending): Remove assertion.

This commit is contained in:
Christopher Faylor 2002-11-29 00:43:50 +00:00
parent 5a74d15e43
commit c0b813e500
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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))