diff options
Diffstat (limited to 'libio/vswprintf.c')
-rw-r--r-- | libio/vswprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/vswprintf.c b/libio/vswprintf.c index 0fa9f68873..3cf01e2c84 100644 --- a/libio/vswprintf.c +++ b/libio/vswprintf.c @@ -38,7 +38,7 @@ typedef struct } _IO_strnfile; -static wint_t _IO_wstrn_overflow __P ((_IO_FILE *fp, wint_t c)); +static wint_t _IO_wstrn_overflow (_IO_FILE *fp, wint_t c) __THROW; static wint_t _IO_wstrn_overflow (fp, c) |