Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_fd.witx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
;;; umask to determine which of the user/group/other flags to modify.
(@interface func (export "permissions_set")
(param $fd $fd)
(result $error $errno)
;;; The permissions associated with the file.
(result $permissions $permissions)
(result $error $errno)
)

;;; Read from a file descriptor, without using and updating the file descriptor's offset.
Expand Down