File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
src/unix/bsd/netbsdlike/openbsdlike Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1088,7 +1088,7 @@ fn test_openbsd(target: &str) {
1088
1088
( struct_ == "siginfo_t" && field == "si_addr" )
1089
1089
} ) ;
1090
1090
1091
- cfg. generate ( "../src/lib.rs" , "linux_fcntl .rs" ) ;
1091
+ cfg. generate ( "../src/lib.rs" , "main .rs" ) ;
1092
1092
}
1093
1093
1094
1094
fn test_windows ( target : & str ) {
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ pub const IFF_LINK1: ::c_int = 0x2000; // per link layer defined bit
98
98
pub const IFF_LINK2 : :: c_int = 0x4000 ; // per link layer defined bit
99
99
pub const IFF_MULTICAST : :: c_int = 0x8000 ; // supports multicast
100
100
101
+ pub const PTHREAD_STACK_MIN : :: size_t = 2048 ;
101
102
pub const SIGSTKSZ : :: size_t = 40960 ;
102
103
103
104
pub const PT_FIRSTMACH : :: c_int = 32 ;
Original file line number Diff line number Diff line change @@ -399,8 +399,6 @@ pub const O_RSYNC: ::c_int = O_SYNC;
399
399
pub const MS_SYNC : :: c_int = 0x0002 ;
400
400
pub const MS_INVALIDATE : :: c_int = 0x0004 ;
401
401
402
- pub const PTHREAD_STACK_MIN : :: size_t = 2048 ;
403
-
404
402
pub const POLLNORM : :: c_short = :: POLLRDNORM ;
405
403
406
404
pub const ENOATTR : :: c_int = 83 ;
Original file line number Diff line number Diff line change @@ -403,6 +403,7 @@ pub const IFF_LINK1: ::c_int = 0x2000; // per link layer defined bit
403
403
pub const IFF_LINK2 : :: c_int = 0x4000 ; // per link layer defined bit
404
404
pub const IFF_MULTICAST : :: c_int = 0x8000 ; // supports multicast
405
405
406
+ pub const PTHREAD_STACK_MIN : :: size_t = 4096 ;
406
407
pub const SIGSTKSZ : :: size_t = 28672 ;
407
408
408
409
pub const PT_FIRSTMACH : :: c_int = 32 ;
You can’t perform that action at this time.
0 commit comments