You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a compile error for Android64 introduced by #7202 (commit
2f2614b):
```
core/arch/aarch64/asm_offsetsx.h:85:1: error: offsetof of incomplete type 'struct tlsdesc_t'
85 | OFFSET(struct tlsdesc_t, arg, 8)
| ^ ~~~~~~
```
`tlsdesc_t` is not defined on Android.
Issues: #2154, #7226
0 commit comments