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 b252b2f commit 6c9ab47Copy full SHA for 6c9ab47
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
@@ -1890,6 +1890,9 @@ pub const LIO_READV: ::c_int = 6;
1890
pub const DEVSTAT_N_TRANS_FLAGS: ::c_int = 4;
1891
pub const DEVSTAT_NAME_LEN: ::c_int = 16;
1892
1893
+// sys/cpuset.h
1894
+pub const CPU_SETSIZE: ::c_int = 256;
1895
+
1896
pub const SIGEV_THREAD_ID: ::c_int = 4;
1897
1898
pub const EXTATTR_NAMESPACE_EMPTY: ::c_int = 0;
0 commit comments