CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [EMAIL PROTECTED] 2005-12-23 01:24:14
Modified files:
cygwin : ChangeLog fork.cc sigproc.cc
Log message:
* fork.cc (fork): Honor error return from sig_send. Don't continue
with fork
if we couldn't suspend signals.
* sigproc.cc (sig_send): Set sigCONT event when we see __SIGNOHOLD.
(wait_sig): Remove holding_signals. Create pipe with a buffer which
will
theoretically cause blocking if there is nothing reading on the pipe.
Wait for
sigCONT at end of loop when we have a __SIGHOLD.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3288&r2=1.3289
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fork.cc.diff?cvsroot=uberbaum&r1=1.173&r2=1.174
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.266&r2=1.267