mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Fill some siginfo and ucontext fields on SA_SIGINFO
There's no reason to fill in any of these fields if SA_SIGINFO is not given, as the signal handler won't be reading from them at all.
This commit is contained in:
parent
4bd01b7fe9
commit
e14e919b78
Notes:
sideshowbarker
2024-07-17 17:57:10 +09:00
Author: https://github.com/alimpfard
Commit: e14e919b78
Pull-request: https://github.com/SerenityOS/serenity/pull/12762
4 changed files with 69 additions and 8 deletions
|
@ -451,6 +451,7 @@ public:
|
|||
ErrorOr<void> send_signal(u8 signal, Process* sender);
|
||||
|
||||
u8 termination_signal() const { return m_protected_values.termination_signal; }
|
||||
u8 termination_status() const { return m_protected_values.termination_status; }
|
||||
|
||||
u16 thread_count() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue