X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ftmpfile-safer.c;h=e8d05aec367b1efb33cb07016ae216c2012ee868;hb=84c23b94c66ee83ff3843a50ef948e9556746ef1;hp=eec401a40876621784d7b39cf1292bf4946e7c65;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/tmpfile-safer.c b/lib/tmpfile-safer.c index eec401a40..e8d05aec3 100644 --- a/lib/tmpfile-safer.c +++ b/lib/tmpfile-safer.c @@ -1,5 +1,5 @@ /* Invoke tmpfile, but avoid some glitches. - Copyright (C) 2006 Free Software Foundation, Inc. + Copyright (C) 2006, 2009 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 @@ -26,10 +26,6 @@ #include "binary-io.h" -#ifndef STDERR_FILENO -# define STDERR_FILENO 2 -#endif - /* Like tmpfile, but do not return stdin, stdout, or stderr. Remember that tmpfile can leave files behind if your program calls _exit,