]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.2.5/glibc-test-lowram.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.2.5 / glibc-test-lowram.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- glibc-2.2.5/malloc/tst-calloc.c~glibc-test-lowram.patch     2004-09-03 19:00:33.000000000 -0500
7 +++ glibc-2.2.5/malloc/tst-calloc.c     2004-09-03 19:00:38.000000000 -0500
8 @@ -24,9 +24,8 @@
9  #include <stdio.h>
10  
11  
12 -/* Number of samples per size.  */
13 -#define N 50000
14 -
15 +/* Number of samples per size.  This is also the maximum memory consumption in kilobytes. */
16 +#define N 8000
17  
18  static void
19  fixed_test (int size)