diff options
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r-- | rts/RtsSymbols.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c index 987755651d..eabdb16d27 100644 --- a/rts/RtsSymbols.c +++ b/rts/RtsSymbols.c @@ -780,6 +780,7 @@ extern char **environ; SymI_HasProto(stg_raiseUnderflowzh) \ SymI_HasProto(stg_raiseOverflowzh) \ SymI_HasProto(stg_raiseIOzh) \ + SymI_HasProto(stg_keepAlivezh) \ SymI_HasProto(stg_paniczh) \ SymI_HasProto(stg_absentErrorzh) \ SymI_HasProto(stg_readTVarzh) \ |