[uClibc-cvs] uClibc/libc/stdlib/malloc malloc.h,1.18,1.19

Erik Andersen andersen at uclibc.org
Fri Jan 16 13:43:08 UTC 2004


Update of /var/cvs/uClibc/libc/stdlib/malloc
In directory nail:/home/andersen/CVS/uClibc/libc/stdlib/malloc

Modified Files:
	malloc.h 
Log Message:
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g


Index: malloc.h
===================================================================
RCS file: /var/cvs/uClibc/libc/stdlib/malloc/malloc.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- malloc.h	27 Dec 2003 23:30:45 -0000	1.18
+++ malloc.h	16 Jan 2004 13:43:05 -0000	1.19
@@ -43,7 +43,7 @@
    heap, instead of mmap/munmap.  This is a tradeoff -- sbrk is faster than
    mmap/munmap, and guarantees contiguous allocation, but is also less
    flexible, and causes the heap to only be shrinkable from the end.  */
-#ifdef __UCLIBC_HAS_MMU__
+#ifdef __ARCH_HAS_MMU__
 # define MALLOC_USE_SBRK
 #endif
 




More information about the uClibc-cvs mailing list