ladybird/Userland/Services/SystemServer
Lucas CHOLLET 521ad55a61 SystemServer: Handle waitpid's status correctly
We used to call `did_exit()` directly with the status returned from
`waitpid` but the function expected an exit code. We now use several
of `wait`-related macros to deduce the correct information.
2023-06-13 06:15:10 +02:00
..
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
main.cpp Kernel+Userland: Split bind-mounting and re-mounting from mount syscall 2023-05-17 23:39:15 -06:00
Service.cpp SystemServer: Handle waitpid's status correctly 2023-06-13 06:15:10 +02:00
Service.h SystemServer: Handle waitpid's status correctly 2023-06-13 06:15:10 +02:00