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 71187e5 commit 614c4c3Copy full SHA for 614c4c3
src/unix/linux_like/linux/gnu/b32/powerpc.rs
@@ -1,6 +1,8 @@
1
pub type c_char = u8;
2
pub type wchar_t = i32;
3
4
+pub type statfs64 = statfs;
5
+
6
s! {
7
pub struct sigaction {
8
pub sa_sigaction: ::sighandler_t,
@@ -76,21 +78,6 @@ s! {
76
78
pub st_ctime_nsec: ::c_long,
77
79
}
80
- pub struct statfs64 {
- pub f_type: ::__fsword_t,
81
- pub f_bsize: ::__fsword_t,
82
- pub f_blocks: u64,
83
- pub f_bfree: u64,
84
- pub f_bavail: u64,
85
- pub f_files: u64,
86
- pub f_ffree: u64,
87
- pub f_fsid: ::fsid_t,
88
- pub f_namelen: ::__fsword_t,
89
- pub f_frsize: ::__fsword_t,
90
- pub f_flags: ::__fsword_t,
91
- pub f_spare: [::__fsword_t; 4],
92
- }
93
-
94
pub struct statvfs64 {
95
pub f_bsize: ::c_ulong,
96
pub f_frsize: ::c_ulong,
0 commit comments