1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:37:46 +00:00

Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp

This commit is contained in:
Timon Kruiper 2022-10-20 10:39:20 +02:00 committed by Gunnar Beutner
parent b69a3ad51a
commit 84158a18d5
2 changed files with 2 additions and 6 deletions

View file

@ -159,12 +159,7 @@ void Thread::SleepBlocker::was_unblocked(bool)
TODO_AARCH64();
}
}
// WaitQueue
namespace Kernel {
u32 WaitQueue::wake_all()
bool Thread::WaitQueueBlocker::unblock()
{
TODO_AARCH64();
}