Skip to content

Commit

Permalink
fix for renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 4, 2024
1 parent 7800d13 commit 74c8e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/Socket/Shutdown.hs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ recvEOF s tmout0 buf = do
Nothing -> recvEOFtimeout s tmout0 buf
Just _ -> recvEOFevent s tmout0 buf
#else
recvEOF = recvEOFloop
recvEOF = recvEOFtimeout
#endif

-- Don't use 4092 here. The GHC runtime takes the global lock
Expand Down

0 comments on commit 74c8e51

Please sign in to comment.