]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(strtoull): Remove unused declaration.
authorJim Meyering <jim@meyering.net>
Sun, 17 Aug 2003 17:48:14 +0000 (17:48 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Aug 2003 17:48:14 +0000 (17:48 +0000)
src/sys2.h

index ecfe3353ecd137737987cfde0a1beb3b7cec2da8..ac37547d7fd5f4bfaf95f6f058be97a14fba817f 100644 (file)
@@ -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