summaryrefslogtreecommitdiff
path: root/lib/ftruncate.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-02 22:41:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-02 22:41:37 +0000
commitfd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6 (patch)
tree8d6892e167dcfe630b151ad643ee069ab3fd6910 /lib/ftruncate.c
parent2b9bdc6ee0bf1546e72f1367090e7392f0d571ff (diff)
downloadcoreutils-fd0ca86dd2c3e7b349b9aae76e1dd5ba1c669ed6.tar.xz
(errno): Remove decl; we now assume C89 or better.
Diffstat (limited to 'lib/ftruncate.c')
-rw-r--r--lib/ftruncate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ftruncate.c b/lib/ftruncate.c
index adf87f64b..c062fe80d 100644
--- a/lib/ftruncate.c
+++ b/lib/ftruncate.c
@@ -79,9 +79,6 @@ ftruncate (int fd, off_t length)
# else /* not F_CHSIZE nor F_FREESP nor HAVE_CHSIZE */
# include <errno.h>
-# ifndef errno
-extern int errno;
-# endif
int
ftruncate (int fd, off_t length)