RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / posix / FileLock.h
1 /* -----------------------------------------------------------------------------
2  *
3  * (c) The GHC Team, 2007
4  *
5  * File locking support as required by Haskell 98
6  *
7  * ---------------------------------------------------------------------------*/
8
9 #ifndef POSIX_FILELOCK_H
10 #define POSIX_FILELOCK_H
11
12 void initFileLocking(void);
13 void freeFileLocking(void);
14
15 #endif /* POSIX_FILELOCK_H */