xv6/fcntl.h

5 lines
96 B
C
Raw Normal View History

2023-01-04 17:04:31 +01:00
#define O_RDONLY 0x000
#define O_WRONLY 0x001
#define O_RDWR 0x002
#define O_CREATE 0x200