File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
src/unix/linux_like/linux/gnu/b32 Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2222
2323 pub f_namelen: :: __fsword_t,
2424 pub f_frsize: :: __fsword_t,
25- f_spare: [ :: __fsword_t; 5 ] ,
25+ pub f_flags: :: __fsword_t,
26+ f_spare: [ :: __fsword_t; 4 ] ,
2627 }
2728
2829 pub struct flock {
Original file line number Diff line number Diff line change 3737 pub f_fsid: :: fsid_t,
3838
3939 pub f_namelen: :: c_long,
40- f_spare: [ :: c_long; 6 ] ,
40+ pub f_flags: :: c_long,
41+ f_spare: [ :: c_long; 5 ] ,
4142 }
4243
4344 pub struct statfs64 {
Original file line number Diff line number Diff line change 2222
2323 pub f_namelen: :: __fsword_t,
2424 pub f_frsize: :: __fsword_t,
25- f_spare: [ :: __fsword_t; 5 ] ,
25+ pub f_flags: :: __fsword_t,
26+ f_spare: [ :: __fsword_t; 4 ] ,
2627 }
2728
2829 pub struct flock {
Original file line number Diff line number Diff line change 2323
2424 pub f_namelen: :: __fsword_t,
2525 pub f_frsize: :: __fsword_t,
26- f_spare: [ :: __fsword_t; 5 ] ,
26+ pub f_flags: :: __fsword_t,
27+ f_spare: [ :: __fsword_t; 4 ] ,
2728 }
2829
2930 pub struct flock {
You can’t perform that action at this time.
0 commit comments