diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-16 00:08:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-16 00:08:47 +0000 |
commit | c88b47593ad1ca29959ebb6dc76c738395ae8233 (patch) | |
tree | 0d6ebf3fab59b4ef0f835d1bfe96779125d7f479 /linuxthreads/ChangeLog | |
parent | fc77d66abf6ed97a50e30b619b1647759d43f593 (diff) | |
download | glibc-c88b47593ad1ca29959ebb6dc76c738395ae8233.tar glibc-c88b47593ad1ca29959ebb6dc76c738395ae8233.tar.gz glibc-c88b47593ad1ca29959ebb6dc76c738395ae8233.tar.bz2 glibc-c88b47593ad1ca29959ebb6dc76c738395ae8233.zip |
2002-08-16 Jakub Jelinek <jakub@redhat.com>
* locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
in change before last: MAX -> MIN.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 67be250bd1..cd529e89f6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-08-15 Roland McGrath <roland@redhat.com> + + * sysdeps/i386/tls.h (TLS_INIT_TP): Use statement expression and + return a value as callers now expect. + 2002-08-11 Roland McGrath <roland@redhat.com> * pthread.c (__pthread_initialize_manager): Initialize |