diff options
Diffstat (limited to 'core/combo/include/arch/linux-arm64')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 6439ca3..5d12273 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -92,11 +92,6 @@ /* #define _LARGEFILE_SOURCE 1 */ /* - * Defined if we have the sched_setscheduler() call - */ -#define HAVE_SCHED_SETSCHEDULER - -/* * Add any extra platform-specific defines here. */ #ifndef __linux__ @@ -124,11 +119,6 @@ #define HAVE_MADVISE 1 /* - * Define if dirent struct has d_type field - */ -#define HAVE_DIRENT_D_TYPE 1 - -/* * Define if libc includes Android system properties implementation. */ #define HAVE_LIBC_SYSTEM_PROPERTIES 1 @@ -194,11 +184,6 @@ #define HAVE_PREAD 1 /* - * Define if we have st_mtim in struct stat - */ -#define HAVE_STAT_ST_MTIM 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 |