* sysdeps/mach/hurd/open.c: Include <stdio.h>.
authorRoland McGrath <roland@gnu.org>
Mon, 7 Jul 2008 00:41:09 +0000 (00:41 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 7 Jul 2008 00:41:09 +0000 (00:41 +0000)
(__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.

ChangeLog

index c3f6caa..0ea85f9 100644 (file)
--- 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]