Atlas - LOCKING.H

Home / ext / JunkDrawer / DOS / BuildTools / v4.0 / BLD / INC / SYS Lines: 1 | Size: 557 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1/*** 2*sys\locking.h - flags for locking() function 3* 4* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. 5* 6*Purpose: 7* This file defines the flags for the locking() function. 8* [System V] 9* 10*******************************************************************************/ 11 12#define LK_UNLCK 0 /* unlock the file region */ 13#define LK_LOCK 1 /* lock the file region */ 14#define LK_NBLCK 2 /* non-blocking lock */ 15#define LK_RLCK 3 /* lock for writing */ 16#define LK_NBRLCK 4 /* non-blocking lock for writing */ 17
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.