ladybird/Userland/Libraries/LibSystem
Andreas Kling dc486fa3f9 LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void>
These will be more ergonomic to use together with TRY(). :^)
2021-11-22 18:34:08 +01:00
..
CMakeLists.txt LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void> 2021-11-22 18:34:08 +01:00
syscall.cpp Kernel+LibSystem: Add a 4th syscall argument 2021-07-25 14:08:50 +02:00
syscall.h Kernel+LibSystem: Add a 4th syscall argument 2021-07-25 14:08:50 +02:00
Wrappers.cpp LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void> 2021-11-22 18:34:08 +01:00
Wrappers.h LibSystem: Add pledge() and unveil() wrappers that return ErrorOr<void> 2021-11-22 18:34:08 +01:00