mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 08:51:57 +00:00
Kernel+LibC: Add posix_fallocate syscall
This commit is contained in:
parent
ad904cdcab
commit
d783389877
Notes:
sideshowbarker
2024-07-17 08:54:14 +09:00
Author: https://github.com/Hendiadyoin1
Commit: d783389877
Pull-request: https://github.com/SerenityOS/serenity/pull/14326
Issue: https://github.com/SerenityOS/serenity/issues/14266
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/timschumi ✅
6 changed files with 70 additions and 0 deletions
|
@ -128,6 +128,7 @@ enum class NeedsBigProcessLock {
|
|||
S(pipe, NeedsBigProcessLock::Yes) \
|
||||
S(pledge, NeedsBigProcessLock::Yes) \
|
||||
S(poll, NeedsBigProcessLock::Yes) \
|
||||
S(posix_fallocate, NeedsBigProcessLock::No) \
|
||||
S(prctl, NeedsBigProcessLock::Yes) \
|
||||
S(profiling_disable, NeedsBigProcessLock::Yes) \
|
||||
S(profiling_enable, NeedsBigProcessLock::Yes) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue