#sccs "@(#)uts/kern/sys:lock.h 1.1" /* Convergent Technologies - System V - May 1983 */ /* * flags for locking procs and texts */ #define UNLOCK 0 #define PROCLOCK 1 #define TXTLOCK 2 #define DATLOCK 4