summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-02-07 11:18:38 -0600
committerJoel Sherrill <joel@rtems.org>2018-02-19 12:36:51 -0600
commitdad79bb9a89f59d450aefdcbc4bca4a4e83dfbd0 (patch)
treedc1fb3681f179b583dbe369f39a404274c585180 /tools/build
parentdev/sc16is752: Check return values. (diff)
downloadrtems-dad79bb9a89f59d450aefdcbc4bca4a4e83dfbd0.tar.bz2
unhex.c: Remove unnecessary extern of errno
Closes #2610.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/unhex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/unhex.c b/tools/build/unhex.c
index 7c3bab095c..e05f05fdc4 100644
--- a/tools/build/unhex.c
+++ b/tools/build/unhex.c
@@ -684,8 +684,6 @@ error(int error_flag, ...)
register char *format;
int local_errno;
- extern int errno;
-
(void) fflush(stdout); /* in case stdout/stderr same */
local_errno = error_flag & ~ERR_MASK;