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 1627d51 commit 24c1530Copy full SHA for 24c1530
src/unix/linux_like/linux/musl/b32/x86/mod.rs
@@ -443,6 +443,7 @@ pub const SO_RCVBUFFORCE: ::c_int = 33;
443
pub const SO_PASSSEC: ::c_int = 34;
444
pub const SO_PROTOCOL: ::c_int = 38;
445
pub const SO_DOMAIN: ::c_int = 39;
446
+pub const SO_INCOMING_CPU: ::c_int = 49;
447
448
pub const SA_ONSTACK: ::c_int = 0x08000000;
449
pub const SA_SIGINFO: ::c_int = 0x00000004;
0 commit comments