diff options
Diffstat (limited to 'debug/vsprintf_chk.c')
-rw-r--r-- | debug/vsprintf_chk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/vsprintf_chk.c b/debug/vsprintf_chk.c index aa9571d475..9a443bb699 100644 --- a/debug/vsprintf_chk.c +++ b/debug/vsprintf_chk.c @@ -21,10 +21,10 @@ #include "../libio/strfile.h" -static int _IO_str_chk_overflow (_IO_FILE *fp, int c) __THROW; +static int _IO_str_chk_overflow (FILE *fp, int c) __THROW; static int -_IO_str_chk_overflow (_IO_FILE *fp, int c) +_IO_str_chk_overflow (FILE *fp, int c) { /* When we come to here this means the user supplied buffer is filled. */ |