From 6d2aaeaa9772f41552c908deab1e8d836915f633 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 11 Apr 2005 20:03:22 +0000 Subject: [PATCH] (fd_safer): New decl. --- lib/unistd-safer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); -- 2.47.3