Type sig_atomic_t [src]

Source

pub const sig_atomic_t = switch (native_os) { // https://github.com/SerenityOS/serenity/blob/ec492a1a0819e6239ea44156825c4ee7234ca3db/Kernel/API/POSIX/signal.h#L20 .serenity => u32, else => c_int, }