From 67b89a225d57eefa768c9323cadbe7794dbff9af Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 1 Dec 2023 21:03:06 +0800 Subject: fix #4454 --- core/src/tbox/inc/bsd/tbox.config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index e8fb849fd..7ae7ddd71 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -75,7 +75,7 @@ #define TB_CONFIG_LIBC_HAVE_WCSNCPY 1 #define TB_CONFIG_LIBC_HAVE_WCSLCPY 1 #define TB_CONFIG_LIBC_HAVE_WCSLEN 1 -#define TB_CONFIG_LIBC_HAVE_WCSNLEN 0 +/* #undef TB_CONFIG_LIBC_HAVE_WCSNLEN */ #define TB_CONFIG_LIBC_HAVE_WCSSTR 1 /* #undef TB_CONFIG_LIBC_HAVE_WCSCASESTR */ #define TB_CONFIG_LIBC_HAVE_WCSCMP 1 -- cgit v1.3.1