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.
2 parents 81b6962 + 6c9ab47 commit fc68370Copy full SHA for fc68370
libc-test/semver/freebsd.txt
@@ -173,6 +173,7 @@ CPU_LEVEL_CPUSET
173
CPU_LEVEL_ROOT
174
CPU_LEVEL_WHICH
175
CPU_SET
176
+CPU_SETSIZE
177
CPU_WHICH_CPUSET
178
CPU_WHICH_IRQ
179
CPU_WHICH_JAIL
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1892,6 +1892,9 @@ pub const LIO_READV: ::c_int = 6;
1892
pub const DEVSTAT_N_TRANS_FLAGS: ::c_int = 4;
1893
pub const DEVSTAT_NAME_LEN: ::c_int = 16;
1894
1895
+// sys/cpuset.h
1896
+pub const CPU_SETSIZE: ::c_int = 256;
1897
+
1898
pub const SIGEV_THREAD_ID: ::c_int = 4;
1899
1900
pub const EXTATTR_NAMESPACE_EMPTY: ::c_int = 0;
0 commit comments