Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/base/include/lockFile.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


/*
 * (c) The University of Glasgow 2001
 *
 * $Id: lockFile.h,v 1.3 2005/01/28 13:36:34 simonmar Exp $
 *
 * lockFile header
 */

#if !(defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32))

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

#endif

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.