[*] Solve NT build regression introduced in a Linux commit
This commit is contained in:
parent
da70053aab
commit
5b5b6fa920
@ -353,7 +353,6 @@ namespace Aurora::Console::ConsoleTTY
|
||||
AuStaticCast<TTYConsole>(GetTTYConsole())->uxModeFlipped = true; // TODO?
|
||||
}
|
||||
|
||||
|
||||
void TTYConsole::NoncanonicalOnEnter()
|
||||
{
|
||||
AU_LOCK_GUARD(this->historyLock->AsWritable());
|
||||
|
@ -951,8 +951,11 @@ namespace Aurora::Threading::Threads
|
||||
this->terminatedSignalLs_->Set();
|
||||
}
|
||||
|
||||
// Great C++ ABI guys...
|
||||
#if defined(AURORA_HAS_PTHREADS)
|
||||
::longjmp(env, 1);
|
||||
::pthread_exit(nullptr);
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user