From 1657e8ea4800a0ecbd67c05e6b8896b37720110b Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 21 Jul 2006 13:06:05 +0000 Subject: [PATCH] * stdlib-safer.h: New file from coreutils, required by stdlib--.h. --- lib/ChangeLog | 5 +++++ lib/stdlib-safer.h | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 lib/stdlib-safer.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 073f029f2..81548c3dc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-07-21 Eric Blake + + * stdlib-safer.h: New file from coreutils, required by + stdlib--.h. + 2006-07-19 Derek R. Price * getaddrinfo.h: Don't define unimplemented AI_* flags. diff --git a/lib/stdlib-safer.h b/lib/stdlib-safer.h new file mode 100644 index 000000000..8b1a7e11e --- /dev/null +++ b/lib/stdlib-safer.h @@ -0,0 +1,21 @@ +/* Invoke stdlib.h functions, but avoid some glitches. + + Copyright (C) 2005 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 + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + +/* Written by Paul Eggert. */ + +int mkstemp_safer (char *); -- 2.11.0