diff options
Diffstat (limited to 'lib/dup2.c')
-rw-r--r-- | lib/dup2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dup2.c b/lib/dup2.c index 32afed50f..58d4ad283 100644 --- a/lib/dup2.c +++ b/lib/dup2.c @@ -22,9 +22,6 @@ #endif #include <errno.h> -#ifndef errno -extern int errno; -#endif #if HAVE_FCNTL_H # include <fcntl.h> |