summaryrefslogtreecommitdiff
path: root/lib/xstrtoul.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-15 07:26:36 +0000
committerJim Meyering <jim@meyering.net>2003-10-15 07:26:36 +0000
commitc8043fb65526afc32b67b92fca8f581fc9696233 (patch)
tree593cc4c76a6489f3a9c52e9b453a451a13bc0332 /lib/xstrtoul.c
parent7edceab01c96c3847b7f22f70357ab8418c2e8dc (diff)
downloadcoreutils-c8043fb65526afc32b67b92fca8f581fc9696233.tar.xz
Sync with gnulib.
Diffstat (limited to 'lib/xstrtoul.c')
-rw-r--r--lib/xstrtoul.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/xstrtoul.c b/lib/xstrtoul.c
index 6140bbee2..285f7b96f 100644
--- a/lib/xstrtoul.c
+++ b/lib/xstrtoul.c
@@ -1,4 +1,6 @@
#define __strtol strtoul
#define __strtol_t unsigned long int
#define __xstrtol xstrtoul
+#define STRTOL_T_MINIMUM 0
+#define STRTOL_T_MAXIMUM ULONG_MAX
#include "xstrtol.c"