[project @ 2004-10-14 14:58:50 by simonmar]
[ghc-base.git] / include / lockFile.h
1 /* 
2  * (c) The University of Glasgow 2001
3  *
4  * $Id: lockFile.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $
5  *
6  * lockFile header
7  */
8
9 int lockFile(int fd, int for_writing, int exclusive);
10 int unlockFile(int fd);