diff options
Diffstat (limited to 'libio/oldiofopen.c')
-rw-r--r-- | libio/oldiofopen.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libio/oldiofopen.c b/libio/oldiofopen.c index 0370c762f6..c761580a78 100644 --- a/libio/oldiofopen.c +++ b/libio/oldiofopen.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1993,1997,1999,2000,2002,2003 Free Software Foundation, Inc. +/* Copyright (C) 1993,1997,1999,2000,2002,2003,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 @@ -36,6 +37,7 @@ _IO_FILE * +attribute_compat_text_section _IO_old_fopen (filename, mode) const char *filename; const char *mode; |