Skip to content

Commit a586a85

Browse files
committed
Add SO_TIMESTAMP for OpenBSD like OSes
1 parent 7442182 commit a586a85

File tree

1 file changed

+1
-0
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+1
-0
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ pub const AT_REMOVEDIR: ::c_int = 0x08;
210210

211211
pub const RLIM_NLIMITS: ::c_int = 9;
212212

213+
pub const SO_TIMESTAMP: ::c_int = 0x0800;
213214
pub const SO_SNDTIMEO: ::c_int = 0x1005;
214215
pub const SO_RCVTIMEO: ::c_int = 0x1006;
215216
pub const SO_BINDANY: ::c_int = 0x1000;

0 commit comments

Comments
 (0)