home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 202.img / SCO386N2.TD0 / usr / include / sys / lockcmn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-18  |  472 b   |  20 lines

  1. /*
  2.  *    @(#) lockcmn.h 2.1 88/05/18 
  3.  *
  4.  *    Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
  5.  *    Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
  6.  *    This Module contains Proprietary Information of
  7.  *    The Santa Cruz Operation, Microsoft Corporation
  8.  *    and AT&T, and should be treated as Confidential.
  9.  */
  10.  
  11. /*
  12.  *    Common lock type definitions.  Included by locking.h and by
  13.  *    fcntl.h.
  14.  */
  15.  
  16. #define    CMN_UNLCK    0
  17. #define CMN_WRLCK    1
  18. #define CMN_RDLCK    3
  19.  
  20.