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.
2 parents 27a319e + a586a85 commit f9119d5Copy full SHA for f9119d5
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -210,6 +210,7 @@ pub const AT_REMOVEDIR: ::c_int = 0x08;
210
211
pub const RLIM_NLIMITS: ::c_int = 9;
212
213
+pub const SO_TIMESTAMP: ::c_int = 0x0800;
214
pub const SO_SNDTIMEO: ::c_int = 0x1005;
215
pub const SO_RCVTIMEO: ::c_int = 0x1006;
216
pub const SO_BINDANY: ::c_int = 0x1000;
0 commit comments