Skip to content

Commit

Permalink
[#47550] Remove descriptor args from rust mount
Browse files Browse the repository at this point in the history
  • Loading branch information
GPlaczek committed Aug 16, 2023
1 parent b1b0239 commit 2ff954b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ pub fn fcntl(fd: wasi::Fd, cmd: FcntlCommand) -> Result<i32, ExitCode> {
}

pub fn mount(
source_fd: RawFd,
source_path: &str,
target_fd: RawFd,
target_path: &str,
filesystem_type: &str,
opts: u64,
Expand Down

0 comments on commit 2ff954b

Please sign in to comment.