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 4fcd45a commit ba8ffc8Copy full SHA for ba8ffc8
src/unix/notbsd/linux/other/b32/arm.rs
@@ -81,11 +81,13 @@ pub const MAP_NORESERVE: ::c_int = 0x04000;
81
82
pub const EDEADLOCK: ::c_int = 35;
83
84
+pub const SO_PASSCRED: ::c_int = 16;
85
pub const SO_PEERCRED: ::c_int = 17;
86
pub const SO_RCVLOWAT: ::c_int = 18;
87
pub const SO_SNDLOWAT: ::c_int = 19;
88
pub const SO_RCVTIMEO: ::c_int = 20;
89
pub const SO_SNDTIMEO: ::c_int = 21;
90
+pub const SO_SNDBUFFORCE: ::c_int = 32;
91
92
pub const FIOCLEX: ::c_ulong = 0x5451;
93
pub const FIONBIO: ::c_ulong = 0x5421;
0 commit comments