svn commit: trunk/uClibc/test/string
vapier at uclibc.org
vapier at uclibc.org
Sat Sep 15 01:33:08 PDT 2007
Author: vapier
Date: 2007-09-15 01:33:08 -0700 (Sat, 15 Sep 2007)
New Revision: 19844
Log:
not sure how this obvious one liner got lost from glibc, but merge it
Modified:
trunk/uClibc/test/string/tester.c
Changeset:
Modified: trunk/uClibc/test/string/tester.c
===================================================================
--- trunk/uClibc/test/string/tester.c 2007-09-15 08:14:09 UTC (rev 19843)
+++ trunk/uClibc/test/string/tester.c 2007-09-15 08:33:08 UTC (rev 19844)
@@ -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