Skip to content
Merged
Show file tree
Hide file tree
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/docs/wasi_ephemeral_preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ Members:

The address and length of the buffer to be filled.

### <a href="#linkcount" name="linkcount"></a>`__wasi_linkcount_t` (`uint32_t`)
### <a href="#linkcount" name="linkcount"></a>`__wasi_linkcount_t` (`uint64_t`)

Number of hard links to an inode.

Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
)

;; Number of hard links to an inode.
(typename $linkcount_t u32)
(typename $linkcount_t u64)

;; File attributes.
(typename $filestat_t
Expand Down