about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-16 01:35:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-16 01:35:07 -0400
commitd79a9c949c84e7f0ba33e87447c47af833e9f11a (patch)
tree2e94a17bb4f23b9503d473cb48d037a5b3929448 /ChangeLog
parent5eb84b0e8e0d3ec3d73a08c8525fec761e0d0804 (diff)
downloadglibc-d79a9c949c84e7f0ba33e87447c47af833e9f11a.tar.gz
glibc-d79a9c949c84e7f0ba33e87447c47af833e9f11a.tar.xz
glibc-d79a9c949c84e7f0ba33e87447c47af833e9f11a.zip
Cleanup x86-64 sys/user.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d3cf6d4ec..f7f26187d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #11820]
+	* sysdeps/unix/sysv/linux/x86_64/sys/user.h
+	(struct user_fpregs_struct): Avoid __uint*_t types.
+
 	[BZ #6420]
 	* malloc/mtrace.c (tr_where): Add additional parameter to point to
 	symbol info.  Use it instead of calling _dl_addr locally.