pub const RLIMIT_SIGPENDING: c_int = 11;Expand description
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is a limit on the number of signals that may be queued for the real user ID of the calling process.
pub const RLIMIT_SIGPENDING: c_int = 11;Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.
This is a limit on the number of signals that may be queued for the real user ID of the calling process.