X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FFileLock.h;h=a7d8d3cfed6d63e69e613dd1e18562d74954132c;hb=f07b01e57f4c08a68e22eb81f25c865d1d7c15c3;hp=ab59173cefbe3156585ec02ffd55a34fc27ba166;hpb=b3bd828c358cbd79887dbd873357e265d8d6060a;p=ghc-hetmet.git diff --git a/includes/rts/FileLock.h b/includes/rts/FileLock.h index ab59173..a7d8d3c 100644 --- a/includes/rts/FileLock.h +++ b/includes/rts/FileLock.h @@ -1,8 +1,13 @@ /* ----------------------------------------------------------------------------- * - * (c) The GHC Team, 2007 + * (c) The GHC Team, 2007-2009 * - * File locking support as required by Haskell 98 + * File locking support as required by Haskell + * + * 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 * * ---------------------------------------------------------------------------*/