which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
247 B
C
Executable File
12 lines
247 B
C
Executable File
#ifndef O_RDONLY
|
|
# define O_RDONLY 0
|
|
#endif
|
|
#define fhow O_RDONLY
|
|
#define fbad (-1)
|
|
typedef int ftype;
|
|
#define zopen(n,p) open(n,p)
|
|
#define zread(f,b,n) read(f,b,n)
|
|
#define zclose(f) close(f)
|
|
#define zerr(f) (k == (extent)(-1L))
|
|
#define zstdin 0
|