musl: third_party/lss: Fix missing sgidefs.h
parent
de452cb447
commit
db0c01c702
|
@ -120,7 +120,7 @@ extern "C" {
|
|||
|
||||
#ifdef __mips__
|
||||
/* Include definitions of the ABI currently in use. */
|
||||
#ifdef __ANDROID__
|
||||
#if defined(__ANDROID__) || defined(__MUSL__)
|
||||
/* Android doesn't have sgidefs.h, but does have asm/sgidefs.h,
|
||||
* which has the definitions we need.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue