зеркало из https://github.com/mozilla/pjs.git
Bug 158704: need to define a stub for PT_FPrintStats in classic NSPR.
This commit is contained in:
Родитель
742bcf86a5
Коммит
8b1b820c0c
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче