summaryrefslogtreecommitdiffstats
path: root/usr.bin/getconf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/getconf')
-rw-r--r--usr.bin/getconf/getconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h
index aab06a6..266a0ff 100644
--- a/usr.bin/getconf/getconf.h
+++ b/usr.bin/getconf/getconf.h
@@ -31,7 +31,6 @@
#ifdef STABLE
typedef long long intmax_t;
-#define strtoimax(p, ep, radix) (strtoll((p), (ep), (radix)))
#define PRIdMAX "lld"
#else
#include <inttypes.h>
OpenPOWER on IntegriCloud