about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-29 02:18:11 +0000
committerRoland McGrath <roland@gnu.org>2002-08-29 02:18:11 +0000
commit963e3b588003bafb2529e4a989211b0ecc39c684 (patch)
tree6dda3798c6bc7bf9323a7e2d9ebad08c0fc8a06b /linuxthreads/ChangeLog
parent45061a153c431bb3127d2a3c7fbb6abfbec0a505 (diff)
downloadglibc-963e3b588003bafb2529e4a989211b0ecc39c684.tar.gz
glibc-963e3b588003bafb2529e4a989211b0ecc39c684.tar.xz
glibc-963e3b588003bafb2529e4a989211b0ecc39c684.zip
* locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
	iterator to refer to each category's _nl_current_LC_FOO symbol, so
	we know they are all linked in.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 1091ce6cdf..2ae14e01d8 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-28  Roland McGrath  <roland@redhat.com>
+
+	* sysdeps/pthread/timer_routines.c (thread_func): Fix type in cast.
+
 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/hppa/aio_cancel.c: New file.
@@ -7,7 +11,7 @@
 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
 
 	* sysdeps/pthread/timer_routines.c (thread_func): Change return
-	type to void and add casts in use to avoid warnings wit all gcc
+	type to void and add casts in use to avoid warnings with all gcc
 	versions.
 
 2002-08-08  Jakub Jelinek  <jakub@redhat.com>