Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7299487c7d8c8ab131b5940a76204f37e8a5fd2a >--------------------------------------------------------------- commit 7299487c7d8c8ab131b5940a76204f37e8a5fd2a Author: Ian Lynagh <[email protected]> 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
