fix Windows GHCi
authorSimon Marlow <simonmar@microsoft.com>
Mon, 4 Dec 2006 16:43:26 +0000 (16:43 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 4 Dec 2006 16:43:26 +0000 (16:43 +0000)
rts/Linker.c

index 207d485..73d4034 100644 (file)
@@ -397,7 +397,11 @@ typedef struct _RtsSymbolVal {
 #define RTS_USER_SIGNALS_SYMBOLS \
    SymX(setIOManagerPipe)
 #else
-#define RTS_USER_SIGNALS_SYMBOLS /* nothing */
+#define RTS_USER_SIGNALS_SYMBOLS \
+   SymX(sendIOManagerEvent) \
+   SymX(readIOManagerEvent) \
+   SymX(getIOManagerEvent) \
+   SymX(console_handler)
 #endif
 
 #ifdef TABLES_NEXT_TO_CODE