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 3fc0015 commit ea2bc2cCopy full SHA for ea2bc2c
src/unix/bsd/apple/mod.rs
@@ -2846,7 +2846,9 @@ pub const HW_L3CACHESIZE: ::c_int = 22;
2846
pub const HW_TB_FREQ: ::c_int = 23;
2847
pub const HW_MEMSIZE: ::c_int = 24;
2848
pub const HW_AVAILCPU: ::c_int = 25;
2849
-pub const HW_MAXID: ::c_int = 26;
+pub const HW_TARGET: ::c_int = 26;
2850
+pub const HW_PRODUCT: ::c_int = 27;
2851
+pub const HW_MAXID: ::c_int = 28;
2852
pub const USER_CS_PATH: ::c_int = 1;
2853
pub const USER_BC_BASE_MAX: ::c_int = 2;
2854
pub const USER_BC_DIM_MAX: ::c_int = 3;
0 commit comments