summaryrefslogtreecommitdiffstats
path: root/gl/dup-safer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/dup-safer.c')
-rw-r--r--gl/dup-safer.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/dup-safer.c b/gl/dup-safer.c
index a690851..7d9b2be 100644
--- a/gl/dup-safer.c
+++ b/gl/dup-safer.c
@@ -1,6 +1,7 @@
1/* Invoke dup, but avoid some glitches. 1/* Invoke dup, but avoid some glitches.
2 2
3 Copyright (C) 2001, 2004, 2005, 2006 Free Software Foundation, Inc. 3 Copyright (C) 2001, 2004, 2005, 2006, 2009 Free Software
4 Foundation, Inc.
4 5
5 This program is free software: you can redistribute it and/or modify 6 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 7 it under the terms of the GNU General Public License as published by
@@ -24,9 +25,6 @@
24#include <fcntl.h> 25#include <fcntl.h>
25 26
26#include <unistd.h> 27#include <unistd.h>
27#ifndef STDERR_FILENO
28# define STDERR_FILENO 2
29#endif
30 28
31/* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or 29/* Like dup, but do not return STDIN_FILENO, STDOUT_FILENO, or
32 STDERR_FILENO. */ 30 STDERR_FILENO. */