Available on crate feature
linux
only.Expand description
Linux-specific extensions to std::process
.
Structs§
- Linux flag constants for
LinuxSigaction
. - Linux standard signals constants.
- Represents the
sigaction
structure from libc. Examine and change a signal action. - A set of signals.
Functions§
- linux_
sig_ handler_ no_ return unsafe_syscall
Registers multiple signals using a handler function that never returns. - linux_
sys_ ⚠exit unsafe_syscall
Performs anexit
syscall. - linux_
sys_ ⚠rt_ sigaction unsafe_syscall
Performs anrt_sigaction
syscall.