Format openbsd
This commit is contained in:
parent
78f5acadfa
commit
2eb32ef455
16
src/unix/bsd/openbsdlike/bitrig.rs
Normal file
16
src/unix/bsd/openbsdlike/bitrig.rs
Normal file
@ -0,0 +1,16 @@
|
||||
s! {
|
||||
pub struct glob_t {
|
||||
pub gl_pathc: c_int,
|
||||
pub gl_matchc: c_int,
|
||||
pub gl_offs: c_int,
|
||||
pub gl_flags: c_int,
|
||||
pub gl_pathv: *mut *mut c_char,
|
||||
__unused1: *mut c_void,
|
||||
__unused2: *mut c_void,
|
||||
__unused3: *mut c_void,
|
||||
__unused4: *mut c_void,
|
||||
__unused5: *mut c_void,
|
||||
__unused6: *mut c_void,
|
||||
__unused7: *mut c_void,
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
18
src/unix/bsd/openbsdlike/openbsd.rs
Normal file
18
src/unix/bsd/openbsdlike/openbsd.rs
Normal file
@ -0,0 +1,18 @@
|
||||
s! {
|
||||
pub struct glob_t {
|
||||
pub gl_pathc: c_int,
|
||||
__unused1: c_int,
|
||||
pub gl_offs: c_int,
|
||||
__unused2: c_int,
|
||||
pub gl_pathv: *mut *mut c_char,
|
||||
|
||||
__unused3: *mut c_void,
|
||||
|
||||
__unused4: *mut c_void,
|
||||
__unused5: *mut c_void,
|
||||
__unused6: *mut c_void,
|
||||
__unused7: *mut c_void,
|
||||
__unused8: *mut c_void,
|
||||
__unused9: *mut c_void,
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user