Skip to content

Commit

Permalink
fix installSignalHandlers stub
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed Nov 16, 2023
1 parent 9a00712 commit 80a4960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgREST/Unix.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ installSignalHandlers tid usr1 usr2 = do
install signal handler =
void $ Signals.installHandler signal (Signals.Catch handler) Nothing
#else
installSignalHandlers _ = pass
installSignalHandlers _ _ _ = pass
#endif

createAndBindDomainSocket :: String -> FileMode -> IO NS.Socket
Expand Down

0 comments on commit 80a4960

Please sign in to comment.