diff options
Diffstat (limited to 'libio/oldiofsetpos.c')
-rw-r--r-- | libio/oldiofsetpos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/oldiofsetpos.c b/libio/oldiofsetpos.c index 23ef565d20..131bd1adb9 100644 --- a/libio/oldiofsetpos.c +++ b/libio/oldiofsetpos.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003 +/* Copyright (C) 1993, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -32,6 +32,7 @@ #include <shlib-compat.h> #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) int +attribute_compat_text_section _IO_old_fsetpos (fp, posp) _IO_FILE *fp; const _IO_fpos_t *posp; |