We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df22514 commit 80adb61Copy full SHA for 80adb61
src/unix/nuttx/mod.rs
@@ -127,7 +127,7 @@ s! {
127
pub tm_yday: i32,
128
pub tm_isdst: i32,
129
pub tm_gmtoff: isize,
130
- pub tm_zone: *const i8,
+ pub tm_zone: *const c_char,
131
__reserved: [usize; __DEFAULT_RESERVED_SIZE__],
132
}
133
@@ -164,7 +164,7 @@ s! {
164
165
pub struct dirent {
166
pub d_type: u8,
167
- pub d_name: [i8; __NAME_MAX__ + 1],
+ pub d_name: [c_char; __NAME_MAX__ + 1],
168
169
170
pub struct fd_set {
0 commit comments