-
- Downloads
Make sigaction.sa_restorer public
We need to create an initialized sigaction struct for Linux syscalls thus its fields need to be public. The field was named _restorer before but system libc/kernel uapi name the field sa_restorer.
Showing
- src/unix/notbsd/android/b64/mod.rs 1 addition, 1 deletionsrc/unix/notbsd/android/b64/mod.rs
- src/unix/notbsd/linux/mips/mips32.rs 1 addition, 1 deletionsrc/unix/notbsd/linux/mips/mips32.rs
- src/unix/notbsd/linux/mips/mips64.rs 1 addition, 1 deletionsrc/unix/notbsd/linux/mips/mips64.rs
- src/unix/notbsd/linux/musl/mod.rs 1 addition, 1 deletionsrc/unix/notbsd/linux/musl/mod.rs
- src/unix/notbsd/linux/other/mod.rs 1 addition, 1 deletionsrc/unix/notbsd/linux/other/mod.rs
- src/unix/notbsd/linux/s390x.rs 1 addition, 1 deletionsrc/unix/notbsd/linux/s390x.rs
Loading
Please register or sign in to comment