add atexit (#4456)
authorSimon Marlow <marlowsd@gmail.com>
Tue, 29 Mar 2011 15:56:28 +0000 (15:56 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 29 Mar 2011 15:56:28 +0000 (15:56 +0000)
rts/Linker.c

index 2a45aac..edad92e 100644 (file)
@@ -272,6 +272,7 @@ typedef struct _RtsSymbolVal {
       SymI_HasProto(signal_handlers)            \
       SymI_HasProto(stg_sig_install)            \
       SymI_HasProto(rtsTimerSignal)             \
+      SymI_HasProto(atexit)                     \
       SymI_NeedsProto(nocldstop)
 #endif