File tree 1 file changed +2
-6
lines changed 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3729,12 +3729,14 @@ pub mod consts {
3729
3729
pub const _SC_2_FORT_RUN : c_int = 50 ;
3730
3730
pub const _SC_2_SW_DEV : c_int = 51 ;
3731
3731
pub const _SC_2_LOCALEDEF : c_int = 52 ;
3732
+ pub const _SC_NPROCESSORS_ONLN : c_int = 84 ;
3732
3733
pub const _SC_2_CHAR_TERM : c_int = 95 ;
3733
3734
pub const _SC_2_C_VERSION : c_int = 96 ;
3734
3735
pub const _SC_2_UPE : c_int = 97 ;
3735
3736
pub const _SC_XBS5_ILP32_OFF32 : c_int = 125 ;
3736
3737
pub const _SC_XBS5_ILP32_OFFBIG : c_int = 126 ;
3737
3738
pub const _SC_XBS5_LPBIG_OFFBIG : c_int = 128 ;
3739
+
3738
3740
}
3739
3741
#[ cfg( target_os = "nacl" ) ]
3740
3742
pub mod sysconf {
@@ -3745,12 +3747,6 @@ pub mod consts {
3745
3747
pub static _SC_PAGESIZE : c_int = 2 ;
3746
3748
}
3747
3749
3748
- #[ cfg( target_os = "linux" ) ]
3749
- pub mod sysconf {
3750
- use types:: os:: arch:: c95:: c_int;
3751
- pub static _SC_NPROCESSORS_ONLN : c_int = 84 ;
3752
- }
3753
-
3754
3750
#[ cfg( target_os = "macos" ) ]
3755
3751
pub mod sysconf {
3756
3752
use types:: os:: arch:: c95:: c_int;
You can’t perform that action at this time.
0 commit comments