mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel: Add O_SYNC
into fcntl.h
This commit is contained in:
parent
2fc9481bb6
commit
94ab75d3df
Notes:
sideshowbarker
2024-07-17 11:18:53 +09:00
Author: https://github.com/timschumi
Commit: 94ab75d3df
Pull-request: https://github.com/SerenityOS/serenity/pull/13886
Reviewed-by: https://github.com/petelliott ✅
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ extern "C" {
|
|||
#define O_NOFOLLOW (1 << 10)
|
||||
#define O_CLOEXEC (1 << 11)
|
||||
#define O_DIRECT (1 << 12)
|
||||
#define O_SYNC (1 << 13)
|
||||
|
||||
#define F_RDLCK ((short)0)
|
||||
#define F_WRLCK ((short)1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue