diff options
| author | ruki <[email protected]> | 2020-05-08 00:36:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-07 21:39:56 +0800 |
| commit | 342f6426d152ddb5a9b0a9ec6a1596d9bda79c63 (patch) | |
| tree | b1239d44894e9e1ad36d736007d30db5acc95fb5 | |
| parent | b4e5b79669b3dce4747f9156361944da4a3d4851 (diff) | |
disable stat64 for bsd
| -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 d4a61c1a7..8dbdd370e 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -143,7 +143,7 @@ #define TB_CONFIG_POSIX_HAVE_OPENDIR 1 #define TB_CONFIG_POSIX_HAVE_DLOPEN 1 #define TB_CONFIG_POSIX_HAVE_OPEN 1 -#define TB_CONFIG_POSIX_HAVE_STAT64 1 +/* #undef TB_CONFIG_POSIX_HAVE_STAT64 */ #define TB_CONFIG_POSIX_HAVE_GETHOSTNAME 1 #define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1 #define TB_CONFIG_POSIX_HAVE_SEM_INIT 1 |
