first commit
This commit is contained in:
5
kernel/fcntl.h
Normal file
5
kernel/fcntl.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#define O_RDONLY 0x000
|
||||
#define O_WRONLY 0x001
|
||||
#define O_RDWR 0x002
|
||||
#define O_CREATE 0x200
|
||||
#define O_TRUNC 0x400
|
||||
Reference in New Issue
Block a user