summaryrefslogtreecommitdiff
path: root/tools/cpio/src/atoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpio/src/atoll.h')
-rw-r--r--tools/cpio/src/atoll.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/cpio/src/atoll.h b/tools/cpio/src/atoll.h
deleted file mode 100644
index 8283aff64..000000000
--- a/tools/cpio/src/atoll.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* Sccsid @(#)atoll.h 1.4 (gritter) 7/18/04 */
-
-#if defined (__hpux) || defined (_AIX) || \
- defined (__FreeBSD__) && (__FreeBSD__) < 5
-extern long long strtoll(const char *nptr, char **endptr, int base);
-extern unsigned long long strtoull(const char *nptr, char **endptr, int base);
-extern long long atoll(const char *nptr);
-#endif /* __hpux || _AIX || __FreeBSD__ < 5 */