diff options
Diffstat (limited to 'libio/oldiofdopen.c')
-rw-r--r-- | libio/oldiofdopen.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libio/oldiofdopen.c b/libio/oldiofdopen.c index b256000c2c..c616b387fa 100644 --- a/libio/oldiofdopen.c +++ b/libio/oldiofdopen.c @@ -1,4 +1,5 @@ -/* Copyright (C) 1993,94,97,99,2000,2002,2003 Free Software Foundation, Inc. +/* Copyright (C) 1993,94,97,99,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 @@ -40,6 +41,7 @@ #endif _IO_FILE * +attribute_compat_text_section _IO_old_fdopen (fd, mode) int fd; const char *mode; |