Skip to content
Snippets Groups Projects
Commit a586a85d authored by Wesley Moore's avatar Wesley Moore
Browse files

Add SO_TIMESTAMP for OpenBSD like OSes

parent 74421827
No related branches found
No related tags found
No related merge requests found
......@@ -210,6 +210,7 @@ pub const AT_REMOVEDIR: ::c_int = 0x08;
pub const RLIM_NLIMITS: ::c_int = 9;
pub const SO_TIMESTAMP: ::c_int = 0x0800;
pub const SO_SNDTIMEO: ::c_int = 0x1005;
pub const SO_RCVTIMEO: ::c_int = 0x1006;
pub const SO_BINDANY: ::c_int = 0x1000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment