summaryrefslogtreecommitdiff
path: root/tools/cpio/src/atoll.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-30 17:09:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-30 17:09:11 +0200
commit208c1a556654a5cc3a3fd5fcc500f70261fb084b (patch)
tree1a1a0112594a7939739b32e48bf370618f8eb812 /tools/cpio/src/atoll.h
parent113a0add9081f04a0dc1f11ae47eb11fbe6b5512 (diff)
parent44422107fcae7591bc9ee0ca54fa580160345e4a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 */