Skip to content

Commit

Permalink
Auto merge of #697 - wezm:openbsd-so_timestamp, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 25, 2017
2 parents 27a319e + a586a85 commit f9119d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/bsd/netbsdlike/openbsdlike/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f9119d5

Please sign in to comment.