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

1990/08141/port/lib.h (diff list | history)

1990/0614/sys/src/9/port/lib.h:71,761990/08141/sys/src/9/port/lib.h:71,78 (short | long | prev | next)
1990/0227    
#define	ORDWR	2	/* read and write */ 
#define	OEXEC	3	/* execute, == read but check execute permission */ 
#define	OTRUNC	16	/* or'ed in (except for exec), truncate file first */ 
1990/08141    
#define	OCEXEC	32	/* or'ed in, close on exec */ 
#define	ORCLOSE	64	/* or'ed in, remove on close */ 
1990/0227    
 
typedef struct Error	Error; 
typedef struct Dir	Dir; 


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