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 @@ -1774,6 +1774,7 @@ fn test_freebsd(target: &str) {
1774
1774
"grp.h" ,
1775
1775
"iconv.h" ,
1776
1776
"ifaddrs.h" ,
1777
+ "kvm.h" ,
1777
1778
"langinfo.h" ,
1778
1779
"libutil.h" ,
1779
1780
"limits.h" ,
Original file line number Diff line number Diff line change @@ -31,19 +31,15 @@ pub type pthread_spinlock_t = *mut __c_anonymous_pthread_spinlock;
31
31
pub type pthread_barrierattr_t = * mut __c_anonymous_pthread_barrierattr ;
32
32
pub type pthread_barrier_t = * mut __c_anonymous_pthread_barrier ;
33
33
34
- <<<<<<< HEAD
35
34
pub type uuid_t = :: uuid ;
36
- =======
37
35
pub type u_int = :: c_uint ;
38
36
pub type u_char = :: c_uchar ;
39
37
pub type u_long = :: c_ulong ;
40
38
pub type u_short = :: c_ushort ;
41
39
42
-
43
40
// It's an alias over "struct __kvm_t". However, its fields aren't supposed to be used directly,
44
41
// making the type definition system dependent. Better not bind it exactly.
45
42
pub type kvm_t = :: c_void ;
46
- >>>>>>> 08 bfa53ee ( Add more freebsd items)
47
43
48
44
s ! {
49
45
pub struct aiocb {
You can’t perform that action at this time.
0 commit comments