about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-07-29 23:48:35 +0000
committerRoland McGrath <roland@gnu.org>2003-07-29 23:48:35 +0000
commit0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359 (patch)
tree110e38214162147ace4c97dc7834c78cc3a5ff47 /ChangeLog
parent98c24a32e60751a02e33e08f7069dd7725c51fd4 (diff)
downloadglibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.tar.gz
glibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.tar.xz
glibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.zip
* include/ctype.h (__ctype_b_loc, __ctype_toupper_loc,
	__ctype_tolower_loc): Avoid "dereferencing type-punned pointer will
	break strict-aliasing rules" warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3c483363c..79716fa928 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-29  Jakub Jelinek  <jakub@redhat.com>
+
+	* include/ctype.h (__ctype_b_loc, __ctype_toupper_loc,
+	__ctype_tolower_loc): Avoid "dereferencing type-punned pointer will
+	break strict-aliasing rules" warnings.
+
 2003-07-29  Roland McGrath  <roland@redhat.com>
 
 	* elf/Makefile: Revert accidental changes in last commit.