From: Jim Meyering Date: Sun, 27 Feb 2000 18:50:31 +0000 (+0000) Subject: Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. X-Git-Tag: FILEUTILS-4_0q~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e43759db0c3d2333c4eb0455b6ae347d2d7a2bba;p=thirdparty%2Fcoreutils.git Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'. --- diff --git a/src/sys2.h b/src/sys2.h index 211e83fc64..bc88f96d6b 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -301,7 +301,7 @@ unsigned long strtoul (); #endif /* This is needed on some AIX systems. */ -#if !HAVE_DECL_STRTOULL +#if !HAVE_DECL_STRTOULL && HAVE_UNSIGNED_LONG_LONG unsigned long long strtoull (); #endif