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