File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/unix/linux_like/linux/musl/b64 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ pub const SO_SNDBUFFORCE: ::c_int = 32;
194
194
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
195
195
pub const SO_PROTOCOL : :: c_int = 38 ;
196
196
pub const SO_DOMAIN : :: c_int = 39 ;
197
+ pub const SO_INCOMING_CPU : :: c_int = 49 ;
197
198
198
199
pub const SA_ONSTACK : :: c_int = 0x08000000 ;
199
200
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
Original file line number Diff line number Diff line change @@ -827,6 +827,7 @@ pub const SO_SNDBUFFORCE: ::c_int = 32;
827
827
pub const SO_RCVBUFFORCE : :: c_int = 33 ;
828
828
pub const SO_PROTOCOL : :: c_int = 38 ;
829
829
pub const SO_DOMAIN : :: c_int = 39 ;
830
+ pub const SO_INCOMING_CPU : :: c_int = 49 ;
830
831
831
832
pub const MAP_ANON : :: c_int = 0x0020 ;
832
833
pub const MAP_GROWSDOWN : :: c_int = 0x0100 ;
You can’t perform that action at this time.
0 commit comments