about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-04-08 14:31:38 -0700
committerRoland McGrath <roland@hack.frob.com>2013-04-08 14:31:38 -0700
commit61c23e6234db0e94cd850e88536401910ac61516 (patch)
tree7d01c810ef789d9b8cd6db0f9aa1e8a5a3d9c4f5 /ChangeLog
parent96497bb806e4a3f7105cd1b742c1cd4686780553 (diff)
downloadglibc-61c23e6234db0e94cd850e88536401910ac61516.tar.gz
glibc-61c23e6234db0e94cd850e88536401910ac61516.tar.xz
glibc-61c23e6234db0e94cd850e88536401910ac61516.zip
BZ#14280: Fix Hurd ioctl macro to avoid warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e33f24922..20be985630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-04-08  Roland McGrath  <roland@hack.frob.com>
+
+	[BZ #14280]
+	* sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
+	when computing value.
+
 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
 
 	* math/README.libm-test (How can I generate "libm-test-ulps"?):