OS/2 build break

Need PR_CALLBACK


git-svn-id: svn://10.0.0.236/trunk@83411 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-12-08 20:36:53 +00:00
parent e99855939c
commit 75b92aca6b

View File

@ -205,7 +205,7 @@ static int Stress(int loops, int threads)
return 0;
}
static void threadProc(void *arg)
PR_STATIC_CALLBACK(void) threadProc(void *arg)
{
// printf(" running thread %d\n", (int) arg);
PR_Sleep(1);