Skip to content

Commit

Permalink
Add SO_LINGER_SEC on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Feb 8, 2021
1 parent 05cc796 commit a8a28ad
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 a8a28ad

Please sign in to comment.