summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-29 10:51:20 +0000
committerRoland McGrath <roland@gnu.org>2005-12-29 10:51:20 +0000
commit1d02865b2db8a39c8a67145826456a37e8831d5d (patch)
treeb1bf0bfa0ca796d5f1cb49183065c549b410bd89 /ChangeLog
parent8ad684db49bf9dc109c409cac38f744e3fa260c7 (diff)
* sysdeps/mach/hurd/errno.c: New file.
* sysdeps/mach/hurd/ioctl.c (__ioctl): Use a union to avoid a cast.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afe77cc648..fc72086b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-12-29 Roland McGrath <roland@frob.com>
+ * sysdeps/mach/hurd/errno.c: New file.
+
+ * sysdeps/mach/hurd/ioctl.c (__ioctl): Use a union to avoid a cast.
+
* sysdeps/posix/libc_fatal.c (__libc_message): Add a const, a cast.
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Fix cast.