From 93f90065f31c35780e2dc3d6b7c987677d9bc14e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 9 Aug 2006 23:42:26 +0000 Subject: Sync from gnulib. --- lib/stdio--.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/stdio--.h') 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 -- cgit v1.2.3-54-g00ecf