Temporarily comment out the symbol __exit, which is not found

on all versions of IRIX.
This commit is contained in:
wtc%netscape.com 1998-09-26 07:28:04 +00:00
Родитель b5465d8768
Коммит 25ec64e023
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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();