diff options
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index 43fe30cf9..c2ad5337a 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -182,7 +182,11 @@ #define TB_CONFIG_POSIX_HAVE_FORK 1 #define TB_CONFIG_POSIX_HAVE_VFORK 1 #define TB_CONFIG_POSIX_HAVE_WAITPID 1 -#define TB_CONFIG_POSIX_HAVE_GETDTABLESIZE 1 +#if defined(__ANDROID__) +/* #undef TB_CONFIG_POSIX_HAVE_GETDTABLESIZE */ +#else +# define TB_CONFIG_POSIX_HAVE_GETDTABLESIZE 1 +#endif #define TB_CONFIG_POSIX_HAVE_GETRLIMIT 1 #define TB_CONFIG_POSIX_HAVE_GETADDRINFO 1 #define TB_CONFIG_POSIX_HAVE_GETNAMEINFO 1 |
