summaryrefslogtreecommitdiff
path: root/missing.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing.h')
-rw-r--r--missing.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/missing.h b/missing.h
index 44e5f86cb9..0649113707 100644
--- a/missing.h
+++ b/missing.h
@@ -107,10 +107,6 @@ extern size_t strftime _((char *, size_t, const char *, const struct tm *));
extern char *strstr _((char *, char *));
#endif
-#ifndef HAVE_STRTOD
-extern double strtod _((const char *, char **));
-#endif
-
/*
#ifndef HAVE_STRTOL
extern long strtol _((char *, char **, int));