X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstdlib--.h;h=368eb56a1f8cbc02dd7557d34bbbe517e7acb5b4;hb=d0ed135f8b494a0adf869a311c7bdc1d9d03f050;hp=495d0eb8f5370d5386debbcdb38eace045de291f;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=pspp diff --git a/lib/stdlib--.h b/lib/stdlib--.h index 495d0eb8f5..368eb56a1f 100644 --- a/lib/stdlib--.h +++ b/lib/stdlib--.h @@ -1,6 +1,6 @@ /* Like stdlib.h, but redefine some names to avoid glitches. - Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2005-2007, 2009-2010 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 @@ -22,3 +22,15 @@ #undef mkstemp #define mkstemp mkstemp_safer + +#if GNULIB_MKOSTEMP +# define mkostemp mkostemp_safer +#endif + +#if GNULIB_MKOSTEMPS +# define mkostemps mkostemps_safer +#endif + +#if GNULIB_MKSTEMPS +# define mkstemps mkstemps_safer +#endif