diff options
| author | ruki <[email protected]> | 2022-07-31 23:45:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-31 23:45:25 +0800 |
| commit | 63bf72bac39ea83aed26dc63d68aee67a3383a4a (patch) | |
| tree | 48ef2340f04e95592847fd73e69d0d64f2545b85 /core/src/tbox/inc/linux | |
| parent | bb28bbb01c73ab1d7e455479f3338466a983d7d4 (diff) | |
fix touch
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 b5e0faa7f..b2977ecbb 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -192,6 +192,8 @@ #define TB_CONFIG_POSIX_HAVE_PIPE 1 /* #undef TB_CONFIG_POSIX_HAVE_PIPE2 */ #define TB_CONFIG_POSIX_HAVE_MKFIFO 1 +#define TB_CONFIG_POSIX_HAVE_FUTIMENS 1 +#define TB_CONFIG_POSIX_HAVE_UTIMENSAT 1 // bsd functions #define TB_CONFIG_BSD_HAVE_FLOCK 1 |
