CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-08-24 15:18:17

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

Log message:
        * thread.cc (pthread::pthread): Drop setting parent_tls.  Call
        sigprocmask to copy parent thread signal mask into new parent_sigmask
        member.
        (pthread::thread_init_wrapper): Copy _my_tls.sigmask from new
        parent_sigmask member.
        * thread.h (class pthread): Drop parent_tls.  Add parent_sigmask.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5495&r2=1.5496
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.247&r2=1.248
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.123&r2=1.124

Reply via email to