Skip to content

Commit 7730093

Browse files
committed
Fix wasi platform
1 parent 6ed8750 commit 7730093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wasi/wasi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub type sigset_t = c_uchar;
1+
pub type sigset_t = ::c_uchar;

0 commit comments

Comments
 (0)