wrowe 02/05/13 09:36:23
Modified: test testmutexscope.c
Log:
At least this one is an easy fix. All the tests build once again,
even on devstudio 7.0
Revision Changes Path
1.2 +1 -1 apr/test/testmutexscope.c
Index: testmutexscope.c
===================================================================
RCS file: /home/cvs/apr/test/testmutexscope.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testmutexscope.c 9 May 2002 16:42:21 -0000 1.1
+++ testmutexscope.c 13 May 2002 16:36:23 -0000 1.2
@@ -125,7 +125,7 @@
}
}
-static void *eachThread(apr_thread_t *id, void *p)
+static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p)
{
test_mode_e test_mode = (test_mode_e)p;