File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1837,6 +1837,7 @@ fn test_freebsd(target: &str) {
1837
1837
"sys/times.h" ,
1838
1838
"sys/timex.h" ,
1839
1839
"sys/types.h" ,
1840
+ "kvm.h" , // must be after "sys/types.h"
1840
1841
"sys/ucontext.h" ,
1841
1842
"sys/uio.h" ,
1842
1843
"sys/ktrace.h" ,
Original file line number Diff line number Diff line change @@ -33,19 +33,15 @@ pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock;
33
33
pub type pthread_barrierattr_t = * mut __c_anonymous_pthread_barrierattr ;
34
34
pub type pthread_barrier_t = * mut __c_anonymous_pthread_barrier ;
35
35
36
- <<<<<<< HEAD
37
36
pub type uuid_t = :: uuid ;
38
- =======
39
37
pub type u_int = :: c_uint ;
40
38
pub type u_char = :: c_uchar ;
41
39
pub type u_long = :: c_ulong ;
42
40
pub type u_short = :: c_ushort ;
43
41
44
-
45
42
// It's an alias over "struct __kvm_t". However, its fields aren't supposed to be used directly,
46
43
// making the type definition system dependent. Better not bind it exactly.
47
44
pub type kvm_t = :: c_void ;
48
- >>>>>>> 08 bfa53ee ( Add more freebsd items)
49
45
50
46
s ! {
51
47
pub struct aiocb {
You can’t perform that action at this time.
0 commit comments