Skip to content
Snippets Groups Projects
Commit 078a7486 authored by newpavlov's avatar newpavlov
Browse files

add __wasi_rights_t

parent e0752783
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ pub type blksize_t = c_long;
pub type blkcnt_t = i64;
pub type nfds_t = c_ulong;
pub type __wasi_rights_t = u64;
#[allow(missing_copy_implementations)]
#[cfg_attr(feature = "extra_traits", derive(Debug))]
pub enum FILE {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment