Function inherited_fds

Source
pub fn inherited_fds(fds: &mut [u64]) -> u64
Available on neither crate feature native-simulator nor crate feature stub-syscalls.
Expand description

This syscall retrieves the file descriptors available to the current process, which are passed in from the parent process. These results are copied from the inherited_fds parameter of the Spawn syscall. Note: available after ckb 2nd hardfork.