summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-08 00:36:39 +0800
committerruki <[email protected]>2020-05-07 21:39:56 +0800
commit342f6426d152ddb5a9b0a9ec6a1596d9bda79c63 (patch)
treeb1239d44894e9e1ad36d736007d30db5acc95fb5 /core/src
parentb4e5b79669b3dce4747f9156361944da4a3d4851 (diff)
disable stat64 for bsd
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/tbox/inc/bsd/tbox.config.h2
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