(empth_wait_for_signal) [EMPTH_W32]: Fix to return SIGTERM.
This commit is contained in:
parent
e1cd0bdc21
commit
e09f50a7d3
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ empth_wait_for_signal(void)
|
||||||
{
|
{
|
||||||
loc_BlockThisThread();
|
loc_BlockThisThread();
|
||||||
loc_RunThisThread(hShutdownEvent);
|
loc_RunThisThread(hShutdownEvent);
|
||||||
return 0;
|
return SIGTERM;
|
||||||
}
|
}
|
||||||
|
|
||||||
empth_rwlock_t *
|
empth_rwlock_t *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue