summaryrefslogtreecommitdiff
path: root/lib/lwip/u-boot/arch/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lwip/u-boot/arch/cc.h')
-rw-r--r--lib/lwip/u-boot/arch/cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lwip/u-boot/arch/cc.h b/lib/lwip/u-boot/arch/cc.h
index de138846358..6104c296f6f 100644
--- a/lib/lwip/u-boot/arch/cc.h
+++ b/lib/lwip/u-boot/arch/cc.h
@@ -34,7 +34,7 @@
x, __LINE__, __FILE__); } while (0)
#define atoi(str) (int)dectoul(str, NULL)
-#define lwip_strnstr(a, b, c) strstr(a, b)
+#define lwip_strnstr(a, b, c) strnstr(a, b, c)
#define LWIP_ERR_T int
#define LWIP_CONST_CAST(target_type, val) ((target_type)((uintptr_t)val))