Skip to content

Commit 74c8e51

Browse files
committed
fix for renaming
1 parent 7800d13 commit 74c8e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Network/Socket/Shutdown.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ recvEOF s tmout0 buf = do
7777
Nothing -> recvEOFtimeout s tmout0 buf
7878
Just _ -> recvEOFevent s tmout0 buf
7979
#else
80-
recvEOF = recvEOFloop
80+
recvEOF = recvEOFtimeout
8181
#endif
8282

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

0 commit comments

Comments
 (0)