Эх сурвалжийг харах

not sure how this obvious one liner got lost from glibc, but merge it

Mike Frysinger 18 жил өмнө
parent
commit
c1d804bf48
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      test/string/tester.c

+ 1 - 0
test/string/tester.c

@@ -126,6 +126,7 @@ test_strcmp (void)
 #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);							      \