[commit: ghc] master: Follow RTS symbol changes in Linker.c (7299487)
Ian Lynagh
igloo at earth.li
Tue Aug 14 01:15:07 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7299487c7d8c8ab131b5940a76204f37e8a5fd2a
>---------------------------------------------------------------
commit 7299487c7d8c8ab131b5940a76204f37e8a5fd2a
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Aug 10 23:21:09 2012 +0100
Follow RTS symbol changes in Linker.c
>---------------------------------------------------------------
rts/Linker.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rts/Linker.c b/rts/Linker.c
index fd5550e..5f4010f 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -1287,6 +1287,8 @@ typedef struct _RtsSymbolVal {
SymI_HasProto(getMonotonicNSec) \
SymI_HasProto(lockFile) \
SymI_HasProto(unlockFile) \
+ SymI_NeedsProto(startProfTimer) \
+ SymI_NeedsProto(stopProfTimer) \
RTS_USER_SIGNALS_SYMBOLS \
RTS_INTCHAR_SYMBOLS
More information about the Cvs-ghc
mailing list