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 | |
| parent | abd782019a69196366382c87ed670b499085de35 (diff) | |
update tbox
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 2 | ||||
| -rwxr-xr-x | core/src/tbox/inc/macosx/tbox.config.h | 2 | ||||
| m--------- | core/src/tbox/tbox | 0 | ||||
| -rw-r--r-- | core/src/xmake/io/file_read.c | 4 |
4 files changed, 6 insertions, 2 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 diff --git a/core/src/tbox/inc/macosx/tbox.config.h b/core/src/tbox/inc/macosx/tbox.config.h index 9d66006ca..5bfbea9cc 100755 --- a/core/src/tbox/inc/macosx/tbox.config.h +++ b/core/src/tbox/inc/macosx/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 diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject 84349ea3016f2087fc222a1d21856960037a31e +Subproject 98e816700e680ec04cf8c36f78e7c87f601e8d6 diff --git a/core/src/xmake/io/file_read.c b/core/src/xmake/io/file_read.c index 4bc105c53..6fe039e76 100644 --- a/core/src/xmake/io/file_read.c +++ b/core/src/xmake/io/file_read.c @@ -22,8 +22,8 @@ /* ////////////////////////////////////////////////////////////////////////////////////// * trace */ -#define TB_TRACE_MODULE_NAME "file_read" -#define TB_TRACE_MODULE_DEBUG (0) +#define TB_TRACE_MODULE_NAME "file_read" +#define TB_TRACE_MODULE_DEBUG (0) /* ////////////////////////////////////////////////////////////////////////////////////// * includes |
