diff options
Diffstat (limited to 'libio/vsnprintf.c')
-rw-r--r-- | libio/vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/vsnprintf.c b/libio/vsnprintf.c index e5920438fa..e2cfb16d8a 100644 --- a/libio/vsnprintf.c +++ b/libio/vsnprintf.c @@ -38,7 +38,7 @@ typedef struct } _IO_strnfile; -static int _IO_strn_overflow __P ((_IO_FILE *fp, int c)); +static int _IO_strn_overflow (_IO_FILE *fp, int c) __THROW; static int _IO_strn_overflow (fp, c) |