summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-07-07 00:41:09 +0000
committerRoland McGrath <roland@gnu.org>2008-07-07 00:41:09 +0000
commit107f4ac2e56d1d9a7c62a2249bcc43e5804523e4 (patch)
tree65e80db02a0b719a883cad6fcd3852c78ce1ea5a /ChangeLog
parentf20ac01059f1adff71890ca3fc5b9bf62df7e97d (diff)
* sysdeps/mach/hurd/open.c: Include <stdio.h>.
(__open_2): New function. (__open64_2): New alias to __open_2. * sysdeps/mach/hurd/openat.c: Include <stdio.h>. (__openat_2): New function. (__openat64_2): New alias to __openat_2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3f6caa42b..0ea85f9078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * sysdeps/mach/hurd/open.c: Include <stdio.h>.
+ (__open_2): New function.
+ (__open64_2): New alias to __open_2.
+ * sysdeps/mach/hurd/openat.c: Include <stdio.h>.
+ (__openat_2): New function.
+ (__openat64_2): New alias to __openat_2.
+
2008-07-06 Ulrich Drepper <drepper@redhat.com>
[BZ #6723]