svn commit: trunk/uClibc/test/setjmp

vapier at uclibc.org vapier at uclibc.org
Mon Jan 29 03:21:53 UTC 2007


Author: vapier
Date: 2007-01-28 19:21:52 -0800 (Sun, 28 Jan 2007)
New Revision: 17618

Log:
mark local function static

Modified:
   trunk/uClibc/test/setjmp/bug269-setjmp.c


Changeset:
Modified: trunk/uClibc/test/setjmp/bug269-setjmp.c
===================================================================
--- trunk/uClibc/test/setjmp/bug269-setjmp.c	2007-01-29 03:18:59 UTC (rev 17617)
+++ trunk/uClibc/test/setjmp/bug269-setjmp.c	2007-01-29 03:21:52 UTC (rev 17618)
@@ -29,7 +29,7 @@
 
 static int g_counter = 0;
 
-int
+static int
 f (void) 
 {
   static int counter = 0;




More information about the uClibc-cvs mailing list