diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-08-10 23:21:09 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-08-10 23:21:09 +0100 |
commit | 7299487c7d8c8ab131b5940a76204f37e8a5fd2a (patch) | |
tree | bcbe67e53f2d8c399e0a5bd5f66131b618bfb6b9 /rts | |
parent | c4d75a70bf29bb94f24fcb294ed1e909291e3663 (diff) | |
download | haskell-7299487c7d8c8ab131b5940a76204f37e8a5fd2a.tar.gz |
Follow RTS symbol changes in Linker.c
Diffstat (limited to 'rts')
-rw-r--r-- | rts/Linker.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/Linker.c b/rts/Linker.c index fd5550ee18..5f4010f5b7 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 |