[project @ 2001-07-05 13:01:14 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / lockFile.h
1 /* 
2  * (c) The University of Glasgow 2001
3  *
4  * $Id: lockFile.h,v 1.1 2001/05/18 16:54:06 simonmar Exp $
5  *
6  * lockFile header
7  */
8
9 int lockFile(int fd, int for_writing, int exclusive);
10 int unlockFile(int fd);