diff options
Diffstat (limited to 'libio/memstream.c')
-rw-r--r-- | libio/memstream.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/memstream.c b/libio/memstream.c index 8c1280468f..4cc9ab2dfc 100644 --- a/libio/memstream.c +++ b/libio/memstream.c @@ -30,8 +30,8 @@ struct _IO_FILE_memstream }; -static int _IO_mem_sync __P ((_IO_FILE* fp)); -static void _IO_mem_finish __P ((_IO_FILE* fp, int)); +static int _IO_mem_sync (_IO_FILE* fp) __THROW; +static void _IO_mem_finish (_IO_FILE* fp, int) __THROW; static const struct _IO_jump_t _IO_mem_jumps = |