mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibC: Add O_ACCMODE to fcntl.h
This commit is contained in:
parent
39190402e4
commit
aae26a3a1e
Notes:
sideshowbarker
2024-07-19 11:10:09 +09:00
Author: https://github.com/danboid
Commit: aae26a3a1e
Pull-request: https://github.com/SerenityOS/serenity/pull/793
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ __BEGIN_DECLS
|
|||
#define O_RDONLY 0
|
||||
#define O_WRONLY 1
|
||||
#define O_RDWR 2
|
||||
#define O_ACCMODE 3
|
||||
#define O_CREAT 0100
|
||||
#define O_EXCL 0200
|
||||
#define O_NOCTTY 0400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue