(empth_wait_for_signal) [EMPTH_W32]: Fix to return SIGTERM.

This commit is contained in:
Markus Armbruster 2007-07-27 20:30:11 +00:00
parent e1cd0bdc21
commit e09f50a7d3

View file

@ -620,7 +620,7 @@ empth_wait_for_signal(void)
{
loc_BlockThisThread();
loc_RunThisThread(hShutdownEvent);
return 0;
return SIGTERM;
}
empth_rwlock_t *