summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sys2.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys2.h b/src/sys2.h
index ecfe3353e..ac37547d7 100644
--- a/src/sys2.h
+++ b/src/sys2.h
@@ -389,11 +389,6 @@ off_t lseek ();
unsigned long strtoul ();
#endif
-/* This is needed on some AIX systems. */
-#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG
-unsigned long long strtoull ();
-#endif
-
#if !HAVE_DECL_GETLOGIN
char *getlogin ();
#endif