diff options
Diffstat (limited to 'libio/peekc.c')
-rw-r--r-- | libio/peekc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/peekc.c b/libio/peekc.c index fbe2ad6885..7de76a7cea 100644 --- a/libio/peekc.c +++ b/libio/peekc.c @@ -30,7 +30,7 @@ #undef _IO_peekc int -_IO_peekc_locked (_IO_FILE *fp) +_IO_peekc_locked (FILE *fp) { int result; CHECK_FILE (fp, EOF); |