diff options
Diffstat (limited to 'libio/oldstdfiles.c')
-rw-r--r-- | libio/oldstdfiles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/oldstdfiles.c b/libio/oldstdfiles.c index 83749db871..642d59dd05 100644 --- a/libio/oldstdfiles.c +++ b/libio/oldstdfiles.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993,94,96,97,99,2000,2002 Free Software Foundation, Inc. +/* Copyright (C) 1993,94,96,97,99,2000,2002,2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -67,7 +67,7 @@ extern FILE *stdin; extern FILE *stdout; extern FILE *stderr; -static void _IO_check_libio __P ((void)) __attribute__ ((constructor)); +static void _IO_check_libio (void) __THROW __attribute__ ((constructor)); /* This function determines which shared C library the application was linked against. We then set up the stdin/stdout/stderr and |