diff options
Diffstat (limited to 'libio/oldtmpfile.c')
-rw-r--r-- | libio/oldtmpfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/oldtmpfile.c b/libio/oldtmpfile.c index a277914d26..8631d48c0b 100644 --- a/libio/oldtmpfile.c +++ b/libio/oldtmpfile.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1996-2000, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1991,1993,1996-2000,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 @@ -29,6 +29,7 @@ If we couldn't generate a unique filename or the file couldn't be opened, NULL is returned. */ FILE * +attribute_compat_text_section __old_tmpfile (void) { char buf[FILENAME_MAX]; |