diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-30 22:07:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-30 22:07:28 +0000 |
commit | 95ed9d843825518c57cedc32476f5be4b2675b3e (patch) | |
tree | d3c69b8e9b860d8f3642a608201b8446d4de0d91 /linuxthreads/ChangeLog | |
parent | 2b71beea82aa55d2e5aa8efa36013e0b6cc0d280 (diff) | |
download | glibc-95ed9d843825518c57cedc32476f5be4b2675b3e.tar.gz |
* locale/duplocale.c: Include <string.h>.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 93193ae754..ec9befe04b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +2002-08-30 Jakub Jelinek <jakub@redhat.com> + + * pthread.c (__pthread_initialize_minimal): Call __uselocale even + if [! SHARED]. + +2002-08-30 Roland McGrath <roland@redhat.com> + + * tst-static-locale.c: New file. + * Makefile (tests, tests-static): Add it. + 2002-04-24 Steven Munroe <sjmunroe@us.ibm.com> * spinlock.c (__pthread_lock): Fix spurious wakeup |