mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Let reap() communicate the dead process's exit status to the caller.
This way the scheduler doesn't need to plumb the exit status into the waiter. We still plumb the waitee pid though, I don't love it but it can be fixed.
This commit is contained in:
parent
938d1b8bfb
commit
d90104f9e0
4 changed files with 18 additions and 14 deletions
|
@ -7,4 +7,4 @@
|
|||
#define NEVER_INLINE __attribute__ ((noinline))
|
||||
#define MALLOC_ATTR __attribute__ ((malloc))
|
||||
#define PURE __attribute__ ((pure))
|
||||
|
||||
#define WARN_UNUSED_RESULT __attribute__ ((warn_unused_result))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue