From 75b92aca6b326ef9cd398ebf2a4e75173c4b44fb Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Fri, 8 Dec 2000 20:36:53 +0000 Subject: [PATCH] OS/2 build break Need PR_CALLBACK git-svn-id: svn://10.0.0.236/trunk@83411 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/TestThreads.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/tests/TestThreads.cpp b/mozilla/xpcom/tests/TestThreads.cpp index 8c39f11f8d0..ca4d8fe4c0b 100644 --- a/mozilla/xpcom/tests/TestThreads.cpp +++ b/mozilla/xpcom/tests/TestThreads.cpp @@ -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);