summaryrefslogtreecommitdiff
path: root/gnulib/lib/xstrtoumax.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/lib/xstrtoumax.c')
m---------gnulib0
-rw-r--r--gnulib/lib/xstrtoumax.c6
2 files changed, 6 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/lib/xstrtoumax.c b/gnulib/lib/xstrtoumax.c
new file mode 100644
index 00000000..9a2349f0
--- /dev/null
+++ b/gnulib/lib/xstrtoumax.c
@@ -0,0 +1,6 @@
+#define __strtol strtoumax
+#define __strtol_t uintmax_t
+#define __xstrtol xstrtoumax
+#define STRTOL_T_MINIMUM 0
+#define STRTOL_T_MAXIMUM UINTMAX_MAX
+#include "xstrtol.c"