home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / UNIX3862.ZIP / U386-06.ZIP / U386-6.TD0 / usr / include / sys / lock.h < prev    next >
Encoding:
Text File  |  1988-06-26  |  408 b   |  18 lines

  1. /*    Copyright (c) 1984, 1986, 1987, 1988 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8.  
  9. #ident    "@(#)head.sys:lock.h    1.3"
  10.  
  11. /*
  12.  * flags for locking procs and texts
  13.  */
  14. #define    UNLOCK     0
  15. #define    PROCLOCK 1
  16. #define    TXTLOCK     2
  17. #define    DATLOCK     4
  18.