Kernel: Add support for SA_SIGINFO
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Kernel::ACPI
|
||||
EmbeddedController::~EmbeddedController()
|
||||
{
|
||||
if (m_thread)
|
||||
m_thread->add_signal(SIGKILL);
|
||||
m_thread->add_signal(SIGKILL, {});
|
||||
m_thread = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user