pub const SIGNALFD_SIGINFO_SIZE: usize = mem::size_of::<siginfo>(); // 128usize
👎 Deprecated since 0.23.0:

use mem::size_of::<siginfo>() instead