From 86845e9bfe22a99124bda0f125bd1b80eef847cc Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 27 Feb 2000 18:45:29 +0000 Subject: Fix typo in decl of strtoul: s/long long/long/. --- lib/strtoumax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/strtoumax.c b/lib/strtoumax.c index 1041b99c5..125e087f9 100644 --- a/lib/strtoumax.c +++ b/lib/strtoumax.c @@ -41,7 +41,7 @@ "this configure-time declaration test was not run" #endif #if !HAVE_DECL_STRTOUL -unsigned long long strtoul PARAMS ((char const *, char **, int)); +unsigned long strtoul PARAMS ((char const *, char **, int)); #endif #ifndef HAVE_DECL_STRTOULL -- cgit v1.2.3-70-g09d2