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
Linux Raw: Clarify x86_64 linux_raw syscall number.
The source code didn't mention the x32 ABI by name. Give
`__X32_SYSCALL_BIT` its rightful name so readers can understand
what we're doing. Explain why we're not using `cfg(target_abi)`.
For other ILP32 ABIs, it seems like they use the same syscall
numbers.
0 commit comments