File tree Expand file tree Collapse file tree
src/unix/linux_like/linux/uclibc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 147147 pub f_namelen: c_int,
148148 pub f_frsize: c_int,
149149 pub f_flags: c_int,
150- pub f_spare: Padding <[ c_int; 4 ] >,
150+ f_spare: Padding <[ c_int; 4 ] >,
151151 }
152152
153153 pub struct statfs64 {
163163 pub f_namelen: c_int,
164164 pub f_frsize: c_int,
165165 pub f_flags: c_int,
166- pub f_spare: Padding <[ c_int; 4 ] >,
166+ f_spare: Padding <[ c_int; 4 ] >,
167167 }
168168
169169 pub struct sigset_t {
Original file line number Diff line number Diff line change 1- // FIXME(ulibc): this module has definitions that are redundant with the parent
2- #![ allow( dead_code) ]
3-
41use crate :: prelude:: * ;
52
63pub type shmatt_t = c_ulong ;
@@ -11,7 +8,7 @@ pub type __rlimit_resource_t = c_ulong;
118pub type __priority_which_t = c_uint ;
129
1310cfg_if ! {
14- if #[ cfg( any ( uclibc_file_offset_bits64, target_pointer_width = "64" ) ) ] {
11+ if #[ cfg( uclibc_file_offset_bits64) ] {
1512 pub type ino_t = u64 ;
1613 pub type off_t = i64 ;
1714 pub type rlim_t = u64 ;
You can’t perform that action at this time.
0 commit comments