Skip to content

Commit 734bb32

Browse files
committed
Auto merge of #2062 - JohnTitor:wasi-wchar-t, r=JohnTitor
Declare `wchar_t` for WASI Fixes #2045 r? `@ghost`
2 parents 59c4f0c + f0009bc commit 734bb32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub type nlink_t = u64;
3535
pub type blksize_t = c_long;
3636
pub type blkcnt_t = i64;
3737
pub type nfds_t = c_ulong;
38+
pub type wchar_t = i32;
3839

3940
pub type __wasi_rights_t = u64;
4041

0 commit comments

Comments
 (0)