We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c653fd7 commit 26af551Copy full SHA for 26af551
README.md
@@ -1918,7 +1918,7 @@ Members:
1918
1919
The address and length of the buffer to be filled.
1920
1921
-### <a href="#linkcount" name="linkcount"></a>`uvwasi_linkcount_t` (`uint32_t`)
+### <a href="#linkcount" name="linkcount"></a>`uvwasi_linkcount_t` (`uint64_t`)
1922
1923
Number of hard links to an inode.
1924
include/wasi_types.h
@@ -155,7 +155,7 @@ typedef struct uvwasi_iovec_s {
155
size_t buf_len;
156
} uvwasi_iovec_t;
157
158
-typedef uint32_t uvwasi_linkcount_t;
+typedef uint64_t uvwasi_linkcount_t;
159
160
typedef uint32_t uvwasi_lookupflags_t; /* Bitfield */
161
#define UVWASI_LOOKUP_SYMLINK_FOLLOW (1 << 0)
0 commit comments