diff options
Diffstat (limited to 'includes/rts/FileLock.h')
-rw-r--r-- | includes/rts/FileLock.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/includes/rts/FileLock.h b/includes/rts/FileLock.h index ab59173cef..17087db094 100644 --- a/includes/rts/FileLock.h +++ b/includes/rts/FileLock.h @@ -1,9 +1,14 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 2007 + * (c) The GHC Team, 2007-2009 * * File locking support as required by Haskell 98 * + * Do not #include this file directly: #include "Rts.h" instead. + * + * To understand the structure of the RTS headers, see the wiki: + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * * ---------------------------------------------------------------------------*/ #ifndef RTS_FILELOCK_H |