diff options
Diffstat (limited to 'libio/oldpclose.c')
-rw-r--r-- | libio/oldpclose.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/oldpclose.c b/libio/oldpclose.c index ecc58bb4c6..cf297b3def 100644 --- a/libio/oldpclose.c +++ b/libio/oldpclose.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998,2000 Free Software Foundation, Inc. +/* Copyright (C) 1998,2000, 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 @@ -34,6 +34,7 @@ #include <errno.h> int +attribute_compat_text_section __old_pclose (fp) FILE *fp; { |