diff options
-rw-r--r-- | lib/strtoumax.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |