CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2015-02-23 13:56:01

Modified files:
        winsup/cygwin  : ChangeLog cygwait.cc cygwait.h thread.cc 

Log message:
        * cygwait.h (enum cw_wait_mask): Add cw_sig_restart.  Add comments
        to explain the meaning of the possible values.
        * cygwait.cc (is_cw_sig_restart): Define.
        (is_cw_sig_handle): Check for cw_sig_restart as well.
        (cygwait): Restart always if cw_sig_restart is set.
        * thread.cc (pthread::join): Call cygwait with cw_sig_restart flag
        to avoid having to handle signals at all.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6642&r2=1.6643
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwait.cc.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwait.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.296&r2=1.297

Reply via email to