зеркало из https://github.com/mozilla/gecko-dev.git
Temporarily comment out the symbol __exit, which is not found
on all versions of IRIX.
This commit is contained in:
Родитель
b5465d8768
Коммит
25ec64e023
|
@ -1002,10 +1002,12 @@ void exit(int status)
|
|||
{
|
||||
PRThread *me, *thr;
|
||||
PRCList *qp;
|
||||
#if 0 /* wtc: comment out */
|
||||
void __exit(int status);
|
||||
|
||||
if (!_pr_initialized)
|
||||
__exit(status);
|
||||
#endif /* 0 */
|
||||
|
||||
me = _PR_MD_CURRENT_THREAD();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче