pub unsafe fn syscall_set_file_meta(
    fd: usize,
    meta: FileMeta
) -> Result<(), SyscallError>
Expand description

Safety

This function assumes that fd is a valid file descriptor.