summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-10-09 14:27:01 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-10-09 14:27:01 +0000
commitafb559c1bcb64d407ce81ef3239306a2e650b1a7 (patch)
treef90cd803040c9c0d7676ad00f30f38ca1eaad94d /rts
parent5e7d7570fdbd20f3f9113ed439efcb968939a3fc (diff)
downloadhaskell-afb559c1bcb64d407ce81ef3239306a2e650b1a7.tar.gz
export n_capabilities, see #1733
Diffstat (limited to 'rts')
-rw-r--r--rts/Linker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/Linker.c b/rts/Linker.c
index 496922a33c..853bf77dd2 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -731,6 +731,7 @@ typedef struct _RtsSymbolVal {
SymX(rts_stop_next_breakpoint) \
SymX(rts_stop_on_exception) \
SymX(stopTimer) \
+ SymX(n_capabilities) \
RTS_USER_SIGNALS_SYMBOLS
#ifdef SUPPORT_LONG_LONGS