diff options
Diffstat (limited to 'linux/kstrtox.h')
-rw-r--r-- | linux/kstrtox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/kstrtox.h b/linux/kstrtox.h index f13eeeaf..910b6de8 100644 --- a/linux/kstrtox.h +++ b/linux/kstrtox.h @@ -1,7 +1,6 @@ #ifndef _LIB_KSTRTOX_H #define _LIB_KSTRTOX_H -#define KSTRTOX_OVERFLOW (1U << 31) const char *_parse_integer_fixup_radix(const char *s, unsigned int *base); unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res); |