Skip to content

Commit

Permalink
Auto merge of #2060 - Thomasdezeeuw:macos-so_linger_sec, r=JohnTitor
Browse files Browse the repository at this point in the history
Add SO_LINGER_SEC on macOS
  • Loading branch information
bors committed Feb 8, 2021
2 parents 05cc796 + a8a28ad commit 5f7c6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/bsd/apple/mod.rs
Expand Up @@ -2323,6 +2323,7 @@ pub const SO_NOADDRERR: ::c_int = 0x1023;
pub const SO_NWRITE: ::c_int = 0x1024;
pub const SO_REUSESHAREUID: ::c_int = 0x1025;
pub const SO_NOTIFYCONFLICT: ::c_int = 0x1026;
pub const SO_LINGER_SEC: ::c_int = 0x1080;
pub const SO_RANDOMPORT: ::c_int = 0x1082;
pub const SO_NP_EXTENSIONS: ::c_int = 0x1083;

Expand Down

0 comments on commit 5f7c6c1

Please sign in to comment.