diff options
Diffstat (limited to 'lib/stdio--.h')
-rw-r--r-- | lib/stdio--.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/stdio--.h b/lib/stdio--.h index b2765fd52..2385e626f 100644 --- a/lib/stdio--.h +++ b/lib/stdio--.h @@ -1,6 +1,6 @@ /* Like stdio.h, but redefine some names to avoid glitches. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,3 +23,6 @@ #undef fopen #define fopen fopen_safer + +#undef tmpfile +#define tmpfile tmpfile_safer |