1--- a/linux_syscall_support.h 2+++ b/linux_syscall_support.h 3@@ -119,14 +119,7 @@ extern "C" { 4 5 #ifdef __mips__ 6 /* Include definitions of the ABI currently in use. */ 7-#ifdef __ANDROID__ 8-/* Android doesn't have sgidefs.h, but does have asm/sgidefs.h, 9- * which has the definitions we need. 10- */ 11 #include <asm/sgidefs.h> 12-#else 13-#include <sgidefs.h> 14-#endif 15 #endif 16 #endif 17 18