mirror of
https://github.com/decompals/wibo.git
synced 2025-12-11 22:43:58 +00:00
Fix pipe reads; add tests for NtReadFile & pipes
This commit is contained in:
@@ -279,10 +279,10 @@ void WIN_ENTRY exit(int status) {
|
||||
(*it)();
|
||||
}
|
||||
}
|
||||
::exit(status);
|
||||
::_exit(status);
|
||||
}
|
||||
|
||||
void WIN_ENTRY _cexit(void) {
|
||||
void WIN_ENTRY _cexit() {
|
||||
HOST_CONTEXT_GUARD();
|
||||
DEBUG_LOG("_cexit()\n");
|
||||
TIB *tib = wibo::getThreadTibForHost();
|
||||
|
||||
Reference in New Issue
Block a user