From a49ce97378329d929adc9faaaf31ebece5d046bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 18 Apr 1999 23:15:02 +0000 Subject: [PATCH] (STRING_TO_UNSIGNED): Remove. (__strtol, __strtol_t, __xstrtol): New macros. --- lib/xstrtoul.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/xstrtoul.c b/lib/xstrtoul.c index 8194c17192..6140bbee2e 100644 --- a/lib/xstrtoul.c +++ b/lib/xstrtoul.c @@ -1,2 +1,4 @@ -#define STRING_TO_UNSIGNED 1 +#define __strtol strtoul +#define __strtol_t unsigned long int +#define __xstrtol xstrtoul #include "xstrtol.c" -- 2.30.2