зеркало из https://github.com/mozilla/pjs.git
Commented out the sigwait() call for BSDI. BSD/OS 3.1 does not have
the sigwait() function.
This commit is contained in:
Родитель
acfa8da3a5
Коммит
1eea8577fc
|
@ -1120,7 +1120,8 @@ static void suspend_signal_handler(PRIntn sig)
|
|||
pthread_cond_signal(&me->suspendResumeCV);
|
||||
while (me->suspend & PT_THREAD_SUSPENDED)
|
||||
{
|
||||
#if !defined(FREEBSD) && !defined(NETBSD) && !defined(OPENBSD) /*XXX*/
|
||||
#if !defined(FREEBSD) && !defined(NETBSD) && !defined(OPENBSD) \
|
||||
&& !defined(BSDI) /*XXX*/
|
||||
PRIntn rv;
|
||||
sigwait(&sigwait_set, &rv);
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче