diff options
| -rwxr-xr-x | core/src/tbox/inc/bsd/tbox.config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/tbox/inc/bsd/tbox.config.h b/core/src/tbox/inc/bsd/tbox.config.h index 7386869f4..20e791fe7 100755 --- a/core/src/tbox/inc/bsd/tbox.config.h +++ b/core/src/tbox/inc/bsd/tbox.config.h @@ -157,8 +157,8 @@ #define TB_CONFIG_POSIX_HAVE_WRITEV 1 #define TB_CONFIG_POSIX_HAVE_PREADV 1 #define TB_CONFIG_POSIX_HAVE_PWRITEV 1 -#define TB_CONFIG_POSIX_HAVE_PREAD64 1 -#define TB_CONFIG_POSIX_HAVE_PWRITE64 1 +/* #undef TB_CONFIG_POSIX_HAVE_PREAD64 */ +/* #undef TB_CONFIG_POSIX_HAVE_PWRITE64 */ #define TB_CONFIG_POSIX_HAVE_FDATASYNC 1 /* #undef TB_CONFIG_POSIX_HAVE_COPYFILE */ /* #undef TB_CONFIG_POSIX_HAVE_SENDFILE */ |
