Skip to content

Commit 091a3dc

Browse files
committed
Define SO_INCOMING_CPU for i686-unknown-linux-gnu
1 parent bd7e052 commit 091a3dc

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)