summaryrefslogtreecommitdiff
path: root/lib/fcntl-safer.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-02 07:00:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-02 07:00:50 +0000
commit8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c (patch)
tree7d80242ca6cf51287dc6fa89bf29f89990ec925f /lib/fcntl-safer.h
parent82d8ff5ab30935fa8dce714a1bdc274a4fba1cf9 (diff)
downloadgnulib-8b03458ebe93a6e1c86c3a468aa3f2eee01e3c4c.tar.gz
Merge from coreutils.
Diffstat (limited to 'lib/fcntl-safer.h')
-rw-r--r--lib/fcntl-safer.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/fcntl-safer.h b/lib/fcntl-safer.h
deleted file mode 100644
index 1c119f0e30..0000000000
--- a/lib/fcntl-safer.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Invoke fcntl functions, but avoid some glitches.
-
- Copyright (C) 2004 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-
-/* Written by Paul Eggert. */
-
-int open_safer (char const *, int, ...);