mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
LibC: Add O_ACCMODE to fcntl.h
This commit is contained in:
parent
39190402e4
commit
aae26a3a1e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ __BEGIN_DECLS
|
||||||
#define O_RDONLY 0
|
#define O_RDONLY 0
|
||||||
#define O_WRONLY 1
|
#define O_WRONLY 1
|
||||||
#define O_RDWR 2
|
#define O_RDWR 2
|
||||||
|
#define O_ACCMODE 3
|
||||||
#define O_CREAT 0100
|
#define O_CREAT 0100
|
||||||
#define O_EXCL 0200
|
#define O_EXCL 0200
|
||||||
#define O_NOCTTY 0400
|
#define O_NOCTTY 0400
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue