Skip to content

Commit

Permalink
Update Network/Socket/Options.hsc
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Borden <[email protected]>
  • Loading branch information
kazu-yamamoto and eborden authored May 18, 2020
1 parent b6351cd commit 4093a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Network/Socket/Options.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ pattern CustomSockOpt xy <- ((\(SockOpt x y) -> (x, y)) -> xy)
where
CustomSockOpt (x, y) = SockOpt x y

{-# COMPLETE CustomSockOpt #-}
#ifdef SO_LINGER
data StructLinger = StructLinger CInt CInt

Expand Down

0 comments on commit 4093a62

Please sign in to comment.