ladybird/Userland/Libraries/LibSystem
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 LibSystem: Disable stack protector in syscall wrappers on i686 2021-11-22 19:28:31 +01:00
syscall.cpp
syscall.h
Wrappers.cpp AK+LibSystem+LibMain: Add Error::from_syscall() for syscall failures 2021-11-22 19:28:31 +01:00
Wrappers.h