diff options
Diffstat (limited to 'includes/rts/Globals.h')
-rw-r--r-- | includes/rts/Globals.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h index 85d0acd4bd..75c7f69fe4 100644 --- a/includes/rts/Globals.h +++ b/includes/rts/Globals.h @@ -18,6 +18,10 @@ #define RTS_GLOBALS_H StgStablePtr getOrSetTypeableStore(StgStablePtr value); -StgStablePtr getOrSetSignalHandlerStore(StgStablePtr value); +StgStablePtr getOrSetGHCConcSignalHandlerStore(StgStablePtr value); +StgStablePtr getOrSetGHCConcPendingEventsStore(StgStablePtr ptr); +StgStablePtr getOrSetGHCConcPendingDelaysStore(StgStablePtr ptr); +StgStablePtr getOrSetGHCConcIOManagerThreadStore(StgStablePtr ptr); +StgStablePtr getOrSetGHCConcProddingStore(StgStablePtr ptr); #endif /* RTS_GLOBALS_H */ |