diff options
| author | ruki <[email protected]> | 2019-07-09 22:36:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-09 09:39:10 +0800 |
| commit | cd092e42c0d797d1d0e82467c2244541c6ffad0c (patch) | |
| tree | 858d2105f17631b46235663f8803d25c54e13ea4 /core/src/tbox/inc/linux | |
| parent | abd782019a69196366382c87ed670b499085de35 (diff) | |
update tbox
Diffstat (limited to 'core/src/tbox/inc/linux')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index 5d061fcc5..1b2590f12 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -56,6 +56,8 @@ #define TB_CONFIG_LIBC_HAVE_STRLEN 1 #define TB_CONFIG_LIBC_HAVE_STRNLEN 1 #define TB_CONFIG_LIBC_HAVE_STRSTR 1 +#define TB_CONFIG_LIBC_HAVE_STRCHR 1 +#define TB_CONFIG_LIBC_HAVE_STRRCHR 1 #define TB_CONFIG_LIBC_HAVE_STRCASESTR 1 #define TB_CONFIG_LIBC_HAVE_STRCMP 1 #define TB_CONFIG_LIBC_HAVE_STRCASECMP 1 |
