pub type __kernel_sighandler_t = uaddr;

Aliased Type§

struct __kernel_sighandler_t {
    pub addr: u64,
}

Fields§

§addr: u64