From: Eric Blake Date: Sun, 23 Jul 2006 18:50:12 +0000 (+0000) Subject: * stdio--.h (tmpfile): Make safer. X-Git-Tag: cvs-readonly~2146 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b3dc221cce17693e95ef37bae7f4e212326b824b;p=gnulib.git * stdio--.h (tmpfile): Make safer. --- diff --git a/lib/stdio--.h b/lib/stdio--.h index ca3233e18..2385e626f 100644 --- a/lib/stdio--.h +++ b/lib/stdio--.h @@ -25,4 +25,4 @@ #define fopen fopen_safer #undef tmpfile -#define tmpfile tmpfile-safer +#define tmpfile tmpfile_safer