Skip to content

Commit

Permalink
add __wasi_rights_t
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 21, 2019
1 parent e075278 commit 078a748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wasi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit 078a748

Please sign in to comment.