about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/sysd-stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/sysd-stdio.c')
-rw-r--r--sysdeps/mach/hurd/sysd-stdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/sysd-stdio.c b/sysdeps/mach/hurd/sysd-stdio.c
index c350d9b31a..9d56473924 100644
--- a/sysdeps/mach/hurd/sysd-stdio.c
+++ b/sysdeps/mach/hurd/sysd-stdio.c
@@ -170,7 +170,7 @@ __stdio_open (filename, m, cookieptr)
 /* Open FILENAME with the mode in M.  Use the same magic cookie
    already in *COOKIEPTR if possible, closing the old cookie with CLOSEFN.  */
 int
-__stdio_reopen (filename, m, cookieptr)
+__stdio_reopen (filename, m, cookieptr, closefn)
      const char *filename;
      __io_mode m;
      void **cookieptr;