plan 9 kernel history: overview | file list | diff list

1991/0606/gnot/lock.c (diff list | history)

1991/0428/sys/src/9/gnot/lock.c:3,81991/0606/sys/src/9/gnot/lock.c:3,9 (short | long | prev | next)
1990/03091    
#include "mem.h" 
#include "dat.h" 
#include "fns.h" 
1991/0606    
#include "errno.h" 
1990/03091    
 
1990/0617    
#define PCOFF -1 
1990/0403    
 
1991/0428/sys/src/9/gnot/lock.c:56,591991/0606/sys/src/9/gnot/lock.c:57,66
1990/03091    
{ 
	l->pc = 0; 
1990/0403    
	l->key = 0; 
1991/0606    
} 
 
void 
mklockseg(Seg *s) 
{ 
	error(Esegaddr); 
1990/03091    
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)