X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstdio--.h;h=2385e626ffdbd16b467eda2af2caac230dd330f6;hb=20229ba96d971f97ff03ab74eeb4e7de1acccf98;hp=b2765fd5245b0c20678373e4472d98368a7a9739;hpb=f4972c1a7d3cf33e2a50177b1b81bf2b8f559aab;p=gnulib.git 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