summaryrefslogtreecommitdiff
path: root/replace.h
diff options
context:
space:
mode:
Diffstat (limited to 'replace.h')
-rw-r--r--replace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/replace.h b/replace.h
index a9fdf7e..03d2937 100644
--- a/replace.h
+++ b/replace.h
@@ -124,10 +124,6 @@ extern char *sys_errlist[];
#define strerror(i) sys_errlist[i]
#endif
-#ifndef HAVE_ERRNO_DECL
-extern int errno;
-#endif
-
#ifndef HAVE_STRDUP
#define strdup rep_strdup
char *rep_strdup(const char *s);