mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void>
These will be more ergonomic to use together with TRY(). :^)
This commit is contained in:
parent
0d679bf348
commit
dc486fa3f9
Notes:
sideshowbarker
2024-07-18 00:52:55 +09:00
Author: https://github.com/awesomekling
Commit: dc486fa3f9
3 changed files with 53 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
Wrappers.cpp
|
||||
syscall.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue