diff options
author | Christopher Faylor <me@cgf.cx> | 2003-12-07 03:27:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-12-07 03:27:51 +0000 |
commit | ae2543ed76f3271061bffc0549961aa74baba64f (patch) | |
tree | 2e342d323ba7fea34985fed87c67a44332ab7aad /winsup/cygwin/ChangeLog | |
parent | 73262d7a44b90e2338fe031ebeaa17c7a299d547 (diff) | |
download | newlib-ae2543ed76f3271061bffc0549961aa74baba64f.zip newlib-ae2543ed76f3271061bffc0549961aa74baba64f.tar.gz newlib-ae2543ed76f3271061bffc0549961aa74baba64f.tar.bz2 |
* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 832b39f..4da0b41 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2003-12-06 Christopher Faylor <cgf@redhat.com> + * exceptions.cc (_threadinfo::remove): Avoid a linked list walk. + +2003-12-06 Christopher Faylor <cgf@redhat.com> + * cygtls.h (_threadinfo::find_tls): New function. * exceptions.cc (_threadinfo::find_tls): Rename from find_tls. Use critical section to protect access to linked list. |