summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 08:17:45 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 08:17:45 +0000
commit2fb1f177d9565d5239b9c04eff87702d874f102b (patch)
treec1e927af8470a82023626c516128a7c5c632e890 /lib
parentdc1f8d9a16ec7491945db2a633c8d87310f355ff (diff)
downloadcoreutils-2fb1f177d9565d5239b9c04eff87702d874f102b.tar.xz
(strtoimax): New decl.
Diffstat (limited to 'lib')
-rw-r--r--lib/xstrtol.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/xstrtol.c b/lib/xstrtol.c
index 7bc733545..b677ef9ff 100644
--- a/lib/xstrtol.c
+++ b/lib/xstrtol.c
@@ -86,6 +86,10 @@ long int strtol ();
unsigned long int strtoul ();
#endif
+#ifndef strtoimax
+intmax_t strtoimax ();
+#endif
+
#ifndef strtoumax
uintmax_t strtoumax ();
#endif