nc 0.9.8

Access system calls directly
Documentation
1
2
3
4
pub unsafe fn _lwp_wakeup(target: lwpid_t) -> Result<(), Errno> {
    let target = target as usize;
    unsafe { syscall1(SYS__LWP_WAKEUP, target).map(drop) }
}