Function posish::io::userfaultfd[][src]

pub unsafe fn userfaultfd(flags: UserFaultFdFlags) -> Result<OwnedFd>
Expand description

userfaultfd(flags)

Safety

The call itself is safe, but the returned file descriptor lets users observe and manipuate process memory in magical ways.