[go: up one dir, main page]

[][src]Function wasi::wasi_unstable::path_link

pub fn path_link(
    old_fd: fd_t,
    old_flags: lookupflags_t,
    old_path: &[u8],
    new_fd: fd_t,
    new_path: &[u8]
) -> errno_t