Dash:
[t2.git] / package / filesystem / lvm2 / mallinfo.patch.musl
blob471a6b2551510b47dba22999075221653f02505a
1 --- ./lib/mm/memlock.c.orig     2015-03-09 11:18:41.560028850 -0100
2 +++ ./lib/mm/memlock.c  2015-03-09 11:19:54.504373309 -0100
3 @@ -137,7 +137,7 @@
4  
5  static void _allocate_memory(void)
6  {
7 -#ifndef VALGRIND_POOL
8 +#if !defined(VALGRIND_POOL) && defined(__GLIBC__)
9         void *stack_mem;
10         struct rlimit limit;
11         int i, area = 0, missing = _size_malloc_tmp, max_areas = 32, hblks;