add __wasi_rights_t

This commit is contained in:
newpavlov 2019-08-21 18:16:56 +03:00
parent e0752783bd
commit 078a7486da

View File

@ -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 {}