diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-31 22:46:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-31 22:46:53 +0000 |
commit | a31f867a42e8dd7a92e58f70b73366e0a3677f57 (patch) | |
tree | 3d121d1903b77603a770852988ad4c3e734f8699 /linuxthreads/ChangeLog | |
parent | 520ec963af2e012caa5609ad2fac041f6e7af6d7 (diff) | |
download | glibc-a31f867a42e8dd7a92e58f70b73366e0a3677f57.tar.gz glibc-a31f867a42e8dd7a92e58f70b73366e0a3677f57.tar.xz glibc-a31f867a42e8dd7a92e58f70b73366e0a3677f57.zip |
Update.
* locale/setlocale.c (setlocale): Avoid duplicating locale names if we can reuse old strings.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f0f299ac1d..147811f141 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2003-12-31 Ulrich Drepper <drepper@redhat.com> + + * attr.c (pthread_getattr_np): Make sure stack info returned for + main thread does not overlap with any other VMA. + Patch by Jakub Jelinek. + 2003-12-29 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/tls.h: Include dl-sysdep.h. |