From: Paul Eggert Date: Mon, 11 Apr 2005 20:03:22 +0000 (+0000) Subject: (fd_safer): New decl. X-Git-Tag: CPPI-1_12~1043 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6d2aaeaa9772f41552c908deab1e8d836915f633;p=thirdparty%2Fcoreutils.git (fd_safer): New decl. --- diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h index 2976e9d0dc..edaa7ca09a 100644 --- a/lib/unistd-safer.h +++ b/lib/unistd-safer.h @@ -1,6 +1,6 @@ -/* Invoke unistd functions, but avoid some glitches. +/* Invoke unistd-like functions, but avoid some glitches. - Copyright (C) 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 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 @@ -19,3 +19,4 @@ /* Written by Paul Eggert. */ int dup_safer (int); +int fd_safer (int);