Skip to content

Commit 2b51773

Browse files
committed
Auto merge of #2124 - fbecart:master, r=JohnTitor
Define SO_INCOMING_CPU for i686-unknown-linux-musl Following the examples from #2119 and #2123, to fix the same issue with `socket2`: rust-lang/socket2#213
2 parents 1627d51 + 24c1530 commit 2b51773

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/musl/b32/x86

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/b32/x86/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ pub const SO_RCVBUFFORCE: ::c_int = 33;
443443
pub const SO_PASSSEC: ::c_int = 34;
444444
pub const SO_PROTOCOL: ::c_int = 38;
445445
pub const SO_DOMAIN: ::c_int = 39;
446+
pub const SO_INCOMING_CPU: ::c_int = 49;
446447

447448
pub const SA_ONSTACK: ::c_int = 0x08000000;
448449
pub const SA_SIGINFO: ::c_int = 0x00000004;

0 commit comments

Comments
 (0)