trawick 2003/03/24 02:20:42
Modified: test testmutexscope.c
Log:
static main() doesn't work
Submitted by: Craig Rodrigues <[EMAIL PROTECTED]>
Reviewed by: Jeff Trawick
Revision Changes Path
1.5 +1 -1 apr/test/testmutexscope.c
Index: testmutexscope.c
===================================================================
RCS file: /home/cvs/apr/test/testmutexscope.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testmutexscope.c 1 Jan 2003 00:01:56 -0000 1.4
+++ testmutexscope.c 24 Mar 2003 10:20:42 -0000 1.5
@@ -64,7 +64,7 @@
#include "apr_thread_proc.h"
#if !APR_HAS_THREADS
-static int main(void)
+int main(void)
{
printf("This test requires APR thread support.\n");
return 0;