diff options
Diffstat (limited to 'system/lvm2/mallinfo.patch')
-rw-r--r-- | system/lvm2/mallinfo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/lvm2/mallinfo.patch b/system/lvm2/mallinfo.patch deleted file mode 100644 index 471a6b255..000000000 --- a/system/lvm2/mallinfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./lib/mm/memlock.c.orig 2015-03-09 11:18:41.560028850 -0100 -+++ ./lib/mm/memlock.c 2015-03-09 11:19:54.504373309 -0100 -@@ -137,7 +137,7 @@ - - static void _allocate_memory(void) - { --#ifndef VALGRIND_POOL -+#if !defined(VALGRIND_POOL) && defined(__GLIBC__) - void *stack_mem; - struct rlimit limit; - int i, area = 0, missing = _size_malloc_tmp, max_areas = 32, hblks; |