diff options
| author | ruki <[email protected]> | 2019-07-06 00:36:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-05 22:11:19 +0800 |
| commit | 82e9fa94cf4904361718c003cd5a32f6d618469e (patch) | |
| tree | 7d1e76a843429291c42ff442c3ab3f72ffc0c87c /core/src/tbox/inc/linux | |
| parent | c5987241643f885a75a0382acf9c9727f2e3537c (diff) | |
update tbox.config.h
Diffstat (limited to 'core/src/tbox/inc/linux')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index a50d8d459..5463cd8bc 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -56,6 +56,12 @@ #define TB_CONFIG_LIBC_HAVE_BACKTRACE 1 #define TB_CONFIG_LIBC_HAVE_SETLOCALE 1 #define TB_CONFIG_LIBC_HAVE_FPUTS 1 +#define TB_CONFIG_LIBC_HAVE_FGETS 1 +#define TB_CONFIG_LIBC_HAVE_FPUTC 1 +#define TB_CONFIG_LIBC_HAVE_FGETC 1 +#define TB_CONFIG_LIBC_HAVE_UNGETC 1 +#define TB_CONFIG_LIBC_HAVE_FREAD 1 +#define TB_CONFIG_LIBC_HAVE_FWRITE 1 #define TB_CONFIG_LIBC_HAVE_SRANDOM 1 #define TB_CONFIG_LIBC_HAVE_RANDOM 1 #define TB_CONFIG_LIBM_HAVE_LOG2 1 |
