aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-12-28 20:44:54 +0000
committerRoland McGrath <roland@gnu.org>2000-12-28 20:44:54 +0000
commit547d4019fab12772b59adff3a9384461469a9276 (patch)
tree3db4cf2830c77a60017ad3d097fe2b1581a9973c /ChangeLog
parentf75ff470b75e4c74b9d500b9fb3b3acc5fd6bdc6 (diff)
downloadglibc-547d4019fab12772b59adff3a9384461469a9276.tar
glibc-547d4019fab12772b59adff3a9384461469a9276.tar.gz
glibc-547d4019fab12772b59adff3a9384461469a9276.tar.bz2
glibc-547d4019fab12772b59adff3a9384461469a9276.zip
* sysdeps/mach/hurd/ioctl.c (do_ioctl): Avoid double-increment after
__mempcpy does it for us.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b807771e0..9e2de4d52e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-28 Roland McGrath <roland@frob.com>
+
+ * sysdeps/mach/hurd/ioctl.c (do_ioctl): Avoid double-increment after
+ __mempcpy does it for us.
+
2000-12-28 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/dl-environ.c: Add prototype for unsetenv.