mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
817 B

  1. Match the definition in malloc.c
  2. diff -dur uClibc-0.9.30-rc2/libc/stdlib/malloc/malloc.h src.uclibc.1224243683.3870.4030698952/uClibc-0.9.30-rc2/libc/stdlib/malloc/malloc.h
  3. --- uClibc-0.9.30-rc2/libc/stdlib/malloc/malloc.h 2008-10-11 10:52:58.000000000 +0200
  4. +++ src.uclibc.1224243683.3870.4030698952/uClibc-0.9.30-rc2/libc/stdlib/malloc/malloc.h 2008-10-17 14:24:36.000000000 +0200
  5. @@ -77,7 +77,7 @@
  6. /* A heap used for allocating malloc_mmb structures. We could allocate
  7. them from the main heap, but that tends to cause heap fragmentation in
  8. annoying ways. */
  9. -extern struct heap __malloc_mmb_heap;
  10. +extern struct heap_free_area *__malloc_mmb_heap;
  11. /* Define MALLOC_MMB_DEBUGGING to cause malloc to emit debugging info about
  12. about mmap block allocation/freeing by the `uclinux broken munmap' code