diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-05-03 15:08:45 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-05-19 04:57:51 -0400 |
commit | cfc8e2e2e3c9d9044f8f4d100c102b005695905f (patch) | |
tree | 5aca3d8e9be99bfa81581f949c529b47c45a87ec /rts/win32/libHSbase.def | |
parent | 828fbd8ac79c6a163584bd4aed25bef6db4a2a4a (diff) | |
download | haskell-cfc8e2e2e3c9d9044f8f4d100c102b005695905f.tar.gz |
base: Introduce [sg]etFinalizerExceptionHandler
This introduces a global hook which is called when an exception is
thrown during finalization.
Diffstat (limited to 'rts/win32/libHSbase.def')
-rw-r--r-- | rts/win32/libHSbase.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/libHSbase.def b/rts/win32/libHSbase.def index cb9c32729e..e91d11a688 100644 --- a/rts/win32/libHSbase.def +++ b/rts/win32/libHSbase.def @@ -34,7 +34,7 @@ EXPORTS base_GHCziTopHandler_flushStdHandles_closure - base_GHCziWeak_runFinalizzerBatch_closure + base_GHCziWeakziFinalizze_runFinalizzerBatch_closure base_GHCziPack_unpackCString_closure base_GHCziIOziException_blockedIndefinitelyOnMVar_closure base_GHCziIOziException_blockedIndefinitelyOnSTM_closure |