diff options
| author | ruki <[email protected]> | 2023-12-01 21:03:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-01 21:03:06 +0800 |
| commit | 67b89a225d57eefa768c9323cadbe7794dbff9af (patch) | |
| tree | 4cfbbeac025b6b13c6abc68dea1287628c490e28 | |
| parent | dff921a04e494a03ce68a08b70768b41c227d089 (diff) | |
fix #4454
| -rwxr-xr-x | core/src/tbox/inc/bsd/tbox.config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
