summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-04-23 11:30:02 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-04-23 11:30:02 +0000
commit2b569f55bdaaeb0cbff16f9e2bf90e14a2fb3139 (patch)
tree5805c63f60fc7f76d7c839a04e07bb1cfd669ba1 /includes
parente06849a10aedcd41edd5b32d6f7a0c1d133f0500 (diff)
downloadhaskell-2b569f55bdaaeb0cbff16f9e2bf90e14a2fb3139.tar.gz
add getOrSetSignalHandlerStore, much like getOrSetTypeableStore
Part of the fix for #3171
Diffstat (limited to 'includes')
-rw-r--r--includes/RtsTypeable.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/includes/RtsTypeable.h b/includes/RtsTypeable.h
deleted file mode 100644
index 343c514ace..0000000000
--- a/includes/RtsTypeable.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* -----------------------------------------------------------------------------
- *
- * (c) The GHC Team, 2006
- *
- * Support for shared Typeable
- *
- * ---------------------------------------------------------------------------*/
-
-#ifndef GHC_RTS_TYPEABLE_H
-#define GHC_RTS_TYPEABLE_H
-
-void initTypeableStore(void);
-void exitTypeableStore(void);
-
-StgPtr getOrSetTypeableStore(StgPtr);
-
-#endif