X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FLinker.c;h=878c86b60aa4fd58dce8a626b0b684ba3df6343a;hb=4d8c7c976104d2e39a1183967ec0f254a0fc0a47;hp=141d20b56e91c4c287964bf103e7b1a150c95dbc;hpb=47808bdc0bae8e5ba2910c85ea6c0699af01e97c;p=ghc-hetmet.git diff --git a/rts/Linker.c b/rts/Linker.c index 141d20b..878c86b 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -269,6 +269,7 @@ typedef struct _RtsSymbolVal { SymI_HasProto(unlockFile) \ SymI_HasProto(signal_handlers) \ SymI_HasProto(stg_sig_install) \ + SymI_HasProto(rtsTimerSignal) \ SymI_NeedsProto(nocldstop) #endif @@ -888,8 +889,7 @@ typedef struct _RtsSymbolVal { SymI_HasProto(rts_unlock) \ SymI_HasProto(rts_unsafeGetMyCapability) \ SymI_HasProto(rtsSupportsBoundThreads) \ - SymI_HasProto(rtsTimerSignal) \ - SymI_HasProto(rts_isProfiled) \ + SymI_HasProto(rts_isProfiled) \ SymI_HasProto(setProgArgv) \ SymI_HasProto(startupHaskell) \ SymI_HasProto(shutdownHaskell) \