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 ec9ea22 commit cb668dfCopy full SHA for cb668df
src/unix/nuttx/mod.rs
@@ -129,7 +129,7 @@ s! {
129
pub tm_yday: i32,
130
pub tm_isdst: i32,
131
pub tm_gmtoff: isize,
132
- pub tm_zone: *const i8,
+ pub tm_zone: *const c_char,
133
__reserved: [usize; __DEFAULT_RESERVED_SIZE__],
134
}
135
@@ -166,7 +166,7 @@ s! {
166
167
pub struct dirent {
168
pub d_type: u8,
169
- pub d_name: [i8; __NAME_MAX__ + 1],
+ pub d_name: [c_char; __NAME_MAX__ + 1],
170
171
172
pub struct fd_set {
0 commit comments