diff options
author | Christopher Faylor <me@cgf.cx> | 2008-10-07 02:38:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-10-07 02:38:15 +0000 |
commit | f241db6f60c8f4867507c0b8abe5a584e7969aca (patch) | |
tree | 32c1493fc6d6c392703a35be0386c1918d810a6d /winsup/cygwin/ChangeLog | |
parent | 7dfaa59e8253e9d49277a75611a3a6d9e5366e78 (diff) | |
download | newlib-f241db6f60c8f4867507c0b8abe5a584e7969aca.zip newlib-f241db6f60c8f4867507c0b8abe5a584e7969aca.tar.gz newlib-f241db6f60c8f4867507c0b8abe5a584e7969aca.tar.bz2 |
* cygtls.h (_cygtls::initialized): Remove bogus stack check which would when
checking the current thread from the current thread.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 950130f..b71d45b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +2008-10-06 Christopher Faylor <me+cygwin@cgf.cx> + + * cygtls.h (_cygtls::initialized): Remove bogus stack check which would + when checking the current thread from the current thread. + * tlsoffsets.h: Regenerate. + 2008-10-05 Christopher Faylor <me+cygwin@cgf.cx> * dcrt0.cc (dll_crt0_0): Don't initialize signals early when |