svn commit: branches/uClibc_0_9_29/test/string

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:37:22 UTC 2008


Author: vapier
Date: 2008-01-05 09:37:22 -0800 (Sat, 05 Jan 2008)
New Revision: 20768

Log:
Merge r19844 by vapier from trunk:
not sure how this obvious one liner got lost from glibc, but merge it


Modified:
   branches/uClibc_0_9_29/test/string/tester.c


Changeset:
Modified: branches/uClibc_0_9_29/test/string/tester.c
===================================================================
--- branches/uClibc_0_9_29/test/string/tester.c	2008-01-05 17:37:11 UTC (rev 20767)
+++ branches/uClibc_0_9_29/test/string/tester.c	2008-01-05 17:37:22 UTC (rev 20768)
@@ -126,6 +126,7 @@
 #define SIMPLE_COPY(fn, n, str, ntest) \
   do {									      \
     int __n;								      \
+    char *cp;								      \
     for (__n = 0; __n < (int) sizeof (one); ++__n)			      \
       one[__n] = 'Z';							      \
     fn (one, str);							      \




More information about the uClibc-cvs mailing list