diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-11 20:03:22 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-11 20:03:22 +0000 |
commit | 6d2aaeaa9772f41552c908deab1e8d836915f633 (patch) | |
tree | ad2edeff96cbcbad33b4dd31073730651ef8de2e | |
parent | 24560041a845f892b3c2f4526ffa42017b687cdd (diff) | |
download | coreutils-6d2aaeaa9772f41552c908deab1e8d836915f633.tar.xz |
(fd_safer): New decl.
-rw-r--r-- | lib/unistd-safer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/unistd-safer.h b/lib/unistd-safer.h index 2976e9d0d..edaa7ca09 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); |