]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - linux/kstrtox.h
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / linux / kstrtox.h
index f13eeeaf441db95ad57ec2659ed8958527bbfdb9..910b6de8b93080ec93a109c537f727e590218da8 100644 (file)
@@ -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);