mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
parent
cd8b436566
commit
9b164d20fd
@ -41,7 +41,7 @@ struct Vfs::Directory_service : Interface
|
|||||||
/**
|
/**
|
||||||
* Flags of 'mode' argument of open syscall
|
* Flags of 'mode' argument of open syscall
|
||||||
*/
|
*/
|
||||||
enum {
|
enum Open_mode {
|
||||||
OPEN_MODE_RDONLY = 0,
|
OPEN_MODE_RDONLY = 0,
|
||||||
OPEN_MODE_WRONLY = 1,
|
OPEN_MODE_WRONLY = 1,
|
||||||
OPEN_MODE_RDWR = 2,
|
OPEN_MODE_RDWR = 2,
|
||||||
|
Loading…
Reference in New Issue
Block a user