home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) lockcmn.h 2.1 88/05/18
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- /*
- * Common lock type definitions. Included by locking.h and by
- * fcntl.h.
- */
-
- #define CMN_UNLCK 0
- #define CMN_WRLCK 1
- #define CMN_RDLCK 3
-
-