musl: third_party/lss: Fix missing sgidefs.h

master
klzgrad 2021-10-06 15:30:54 +08:00
parent 6ec71b38dd
commit 4f923cbc3e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,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.
*/