Skip to content

Commit 1627d51

Browse files
committed
Auto merge of #2123 - Heliozoa:master, r=JohnTitor
Define SO_INCOMING_CPU for i686-unknown-linux-gnu Hi! Following the example from #2119, I've tried adding the constant to i686-unknown-linux-gnu as well to fix a similar issue.
2 parents 3c6a2d8 + 091a3dc commit 1627d51

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ pub const SO_RCVTIMEO: ::c_int = 20;
528528
pub const SO_SNDTIMEO: ::c_int = 21;
529529
pub const SO_PEERSEC: ::c_int = 31;
530530
pub const SO_PASSSEC: ::c_int = 34;
531+
pub const SO_INCOMING_CPU: ::c_int = 49;
531532

532533
pub const SA_SIGINFO: ::c_int = 0x00000004;
533534
pub const SA_NOCLDWAIT: ::c_int = 0x00000002;

0 commit comments

Comments
 (0)