1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 11:59:36 +02:00

Fix typo in decl of strtoul: s/long long/long/.

This commit is contained in:
Jim Meyering
2000-02-27 18:45:29 +00:00
parent 633c0745b9
commit 86845e9bfe
+1 -1
View File
@@ -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