xv6-riscv-kernel/kernel/fcntl.h

6 lines
115 B
C
Raw Normal View History

2024-06-15 16:55:06 +02:00
#define O_RDONLY 0x000
#define O_WRONLY 0x001
#define O_RDWR 0x002
#define O_CREATE 0x200
#define O_TRUNC 0x400