We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f6cf8 commit ec026d6Copy full SHA for ec026d6
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -579,6 +579,7 @@ pub const CTL_MACHDEP: ::c_int = 7;
579
pub const CTL_DDB: ::c_int = 9;
580
pub const CTL_VFS: ::c_int = 10;
581
pub const CTL_MAXID: ::c_int = 11;
582
+pub const HW_NCPUONLINE: ::c_int = 25;
583
pub const KERN_OSTYPE: ::c_int = 1;
584
pub const KERN_OSRELEASE: ::c_int = 2;
585
pub const KERN_OSREV: ::c_int = 3;
0 commit comments