Skip to content

Commit 0dbeafd

Browse files
committed
Make padding visible
1 parent 23086f1 commit 0dbeafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/redox/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ s! {
6565
pub struct epoll_event {
6666
pub events: u32,
6767
pub u64: u64,
68-
_pad: u64,
68+
pub _pad: u64,
6969
}
7070

7171
pub struct fd_set {

0 commit comments

Comments
 (0)