Update 64-bit headers/libs
Also 1) rename lib -> lib64 2) add src/ for android-20/arch-arm64 and arch-mips64 3) delete android-9/arch-arm64 and arch-mips64 Change-Id: I4958c4e52946e29e57b910f39ff0104200853a06
This commit is contained in:
@@ -165,6 +165,10 @@ struct user {
|
||||
};
|
||||
|
||||
#elif defined(__mips__)
|
||||
struct user_regs_struct
|
||||
{
|
||||
unsigned long a[180];
|
||||
};
|
||||
|
||||
struct user {
|
||||
unsigned long regs[180 / sizeof(unsigned long) + 64];
|
||||
|
||||
Reference in New Issue
Block a user