Skip to content

Commit 078a748

Browse files
committed
add __wasi_rights_t
1 parent e075278 commit 078a748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wasi.rs

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ pub type blksize_t = c_long;
3636
pub type blkcnt_t = i64;
3737
pub type nfds_t = c_ulong;
3838

39+
pub type __wasi_rights_t = u64;
40+
3941
#[allow(missing_copy_implementations)]
4042
#[cfg_attr(feature = "extra_traits", derive(Debug))]
4143
pub enum FILE {}

0 commit comments

Comments
 (0)