1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Userland/Libraries/LibMain
Andreas Kling 4e530135d5 AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures
This creates an error that contains the name of the syscall that failed.
This allows error handlers to print out the name of the call if they
want to. :^)
2021-11-22 19:28:31 +01:00
..
CMakeLists.txt LibMain: Add a new library for more ergonomic userspace entry functions 2021-11-22 19:28:31 +01:00
Main.cpp AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures 2021-11-22 19:28:31 +01:00
Main.h LibMain: Add a new library for more ergonomic userspace entry functions 2021-11-22 19:28:31 +01:00