Bug 158704: need to define a stub for PT_FPrintStats in classic NSPR.

This commit is contained in:
wtc%netscape.com 2003-01-07 05:45:59 +00:00
Родитель 742bcf86a5
Коммит 8b1b820c0c
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -188,3 +188,12 @@ PR_IMPLEMENT(PRStatus) PR_SetFDInheritable(
return PR_FAILURE;
#endif
}
/*
** This function only has a useful implementation in the debug build of
** the pthreads version.
*/
PR_IMPLEMENT(void) PT_FPrintStats(PRFileDesc *debug_out, const char *msg)
{
/* do nothing */
} /* PT_FPrintStats */