pub type __sighandler_t = uaddr;

Aliased Type§

struct __sighandler_t {
    pub addr: u64,
}

Fields§

§addr: u64