summaryrefslogtreecommitdiff
path: root/stdio/freopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio/freopen.c')
-rw-r--r--stdio/freopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/freopen.c b/stdio/freopen.c
index a21d725c17..cfb72bb745 100644
--- a/stdio/freopen.c
+++ b/stdio/freopen.c
@@ -25,7 +25,7 @@ extern int __getmode __P ((const char *, __io_mode *));
/* Defined in sysd-stdio.c. */
extern int __stdio_reopen __P ((const char *filename, __io_mode mode,
- PTR *cookieptr, __io_close_fn closefn));
+ void *cookieptr, __io_close_fn closefn));
/* Replace STREAM, opening it on FILENAME. */
FILE *