summaryrefslogtreecommitdiff
path: root/libraries/base/include/lockFile.h
blob: 1140787edd3677dc932ec30ab9a1a1fd820fc4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * (c) The University of Glasgow 2001
 *
 * $Id: lockFile.h,v 1.3 2005/01/28 13:36:34 simonmar Exp $
 *
 * lockFile header
 */

#ifndef mingw32_HOST_OS

int lockFile(int fd, int for_writing, int exclusive);
int unlockFile(int fd);

#endif