Files
Arquivotheca.Solaris-2.5/lib/libbc/inc/include/sys/lock.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

16 lines
236 B
C
Executable File

/* @(#)lock.h 1.5 90/03/30 SMI; from S5R2 6.1 */
/*
* flags for locking procs and texts
*/
#ifndef _sys_lock_h
#define _sys_lock_h
#define UNLOCK 0
#define PROCLOCK 1
#define TXTLOCK 2
#define DATLOCK 4
#endif /*!_sys_lock_h*/