musl: third_party/lss: Fix missing sgidefs.h
This commit is contained in:
2
src/third_party/lss/linux_syscall_support.h
vendored
2
src/third_party/lss/linux_syscall_support.h
vendored
@ -119,7 +119,7 @@ extern "C" {
|
|||||||
|
|
||||||
#ifdef __mips__
|
#ifdef __mips__
|
||||||
/* Include definitions of the ABI currently in use. */
|
/* 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,
|
/* Android doesn't have sgidefs.h, but does have asm/sgidefs.h,
|
||||||
* which has the definitions we need.
|
* which has the definitions we need.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user