X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxstrtoul.c;h=6140bbee2e441b33b9ea8e2e1ddc5c3531d6b7d6;hb=115741fa52092c59e33d75428b776513caa88f87;hp=8194c1719235d63dc31217f30256b49f6f67486e;hpb=3af47ca3f672f6c43bc63843a91ecfac278d846f;p=gnulib.git diff --git a/lib/xstrtoul.c b/lib/xstrtoul.c index 8194c1719..6140bbee2 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"