summaryrefslogtreecommitdiff
path: root/includes/Rts.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Rts.h')
-rw-r--r--includes/Rts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/Rts.h b/includes/Rts.h
index 3b5c5bd0e9..74d45f21e6 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -5,6 +5,9 @@
* RTS external APIs. This file declares everything that the GHC RTS
* exposes externally.
*
+ * To understand the structure of the RTS headers, see the wiki:
+ * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
+ *
* ---------------------------------------------------------------------------*/
#ifndef RTS_H