Function rustix::backend::conv::no_fd

source ยท
pub(super) fn no_fd<'a, Num: ArgNumber>() -> ArgReg<'a, Num>
Expand description

Deliberately pass -1 to a file-descriptor argument, for system calls like mmap where this indicates the argument is omitted.