mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
Kernel: Remove "restorer" field from SignalActionData.
I was originally implementing signals by looking at some man page about sigaction() to see how it works. It seems like the restorer thingy is system-specific and not required by POSIX, so let's get rid of it.
This commit is contained in:
parent
5562ab3f5a
commit
5f63f8120c
Notes:
sideshowbarker
2024-07-19 14:38:10 +09:00
Author: https://github.com/awesomekling
Commit: 5f63f8120c
6 changed files with 0 additions and 7 deletions
|
@ -21,7 +21,6 @@ struct SignalActionData {
|
|||
LinearAddress handler_or_sigaction;
|
||||
dword mask { 0 };
|
||||
int flags { 0 };
|
||||
LinearAddress restorer;
|
||||
};
|
||||
|
||||
class Thread : public InlineLinkedListNode<Thread> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue