mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
musl: third_party/lss: Fix missing sgidefs.h
This commit is contained in:
parent
130532808a
commit
374795643d
1 changed files with 1 additions and 1 deletions
2
src/third_party/lss/linux_syscall_support.h
vendored
2
src/third_party/lss/linux_syscall_support.h
vendored
|
@ -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…
Add table
Reference in a new issue