comparison lib/unistd-safer.h @ 5813:6962b5c5069f

Merge from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 02 May 2005 07:00:50 +0000
parents c6450308f123
children a48fb0e98c8c
comparison
equal deleted inserted replaced
5812:b5145e612254 5813:6962b5c5069f
1 /* Invoke unistd functions, but avoid some glitches. 1 /* Invoke unistd-like functions, but avoid some glitches.
2 2
3 Copyright (C) 2001, 2003 Free Software Foundation, Inc. 3 Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2, or (at your option) 7 the Free Software Foundation; either version 2, or (at your option)
8 any later version. 8 any later version.
17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 17 Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
18 18
19 /* Written by Paul Eggert. */ 19 /* Written by Paul Eggert. */
20 20
21 int dup_safer (int); 21 int dup_safer (int);
22 int fd_safer (int);