summaryrefslogtreecommitdiff
path: root/linux/kstrtox.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/kstrtox.c')
-rw-r--r--linux/kstrtox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/kstrtox.c b/linux/kstrtox.c
index 19372651..9164fb96 100644
--- a/linux/kstrtox.c
+++ b/linux/kstrtox.c
@@ -19,6 +19,8 @@
#include <linux/types.h>
#include "kstrtox.h"
+#define KSTRTOX_OVERFLOW (1U << 31)
+
const char *_parse_integer_fixup_radix(const char *s, unsigned int *base)
{
if (*base == 0) {