diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-07 04:05:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-07 04:05:14 +0000 |
commit | 6f7a746cee857aae89386d6d337821a49cca81aa (patch) | |
tree | 4c43ebc0cd960a60c2de57ce271ffe5a1a9105fb /winsup/cygwin/ChangeLog | |
parent | ab21f18c95ce41f80685b71ea6814c573603b551 (diff) | |
download | cygnal-6f7a746cee857aae89386d6d337821a49cca81aa.tar.gz cygnal-6f7a746cee857aae89386d6d337821a49cca81aa.tar.bz2 cygnal-6f7a746cee857aae89386d6d337821a49cca81aa.zip |
* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to
indicate that it is "special".
* thread.cc (pthread::exit): If __sdidinit is < 0, it was never really
initialized so reset it to 0 before calling _reclaim_reent.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 0153cd8f4..0dbabc812 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2004-09-07 Christopher Faylor <cgf@timesys.com> + + * cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to + indicate that it is "special". + * thread.cc (pthread::exit): If __sdidinit is < 0, it was never really + initialized so reset it to 0 before calling _reclaim_reent. + 2004-09-05 Christopher Faylor <cgf@timesys.com> * include/cygwin/version.h: Bump DLL minor number to 12. |