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
error[E0412]: cannot find type `user_desc_t` in this scope
--> src/platform/linux-mips/call.rs:9077:42
|
9077 | pub unsafe fn set_thread_area(info: &mut user_desc_t) -> Result<(), Errno> {
| ^^^^^^^^^^^ not found in this scope
error[E0412]: cannot find type `user_desc_t` in this scope
--> src/platform/linux-mips/call.rs:9078:33
|
9078 | let info_ptr = info as *mut user_desc_t as usize;
| ^^^^^^^^^^^ not found in this scope
error[E0609]: no field `sa_restorer` on type `uapi_signal::sigaction_t`
--> src/restore/c.rs:16:16
|
16 | old_sa.sa_restorer
| ^^^^^^^^^^^ unknown field
|
= note: available fields are: `sa_flags`, `sa_handler`, `sa_mask`
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: