1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.

This commit is contained in:
Alexandre Oliva
2012-09-05 20:37:37 -03:00
parent 20196a5e5e
commit 61d5817416
2 changed files with 6 additions and 2 deletions

View File

@ -4776,8 +4776,8 @@ int __libc_mallopt(int param_number, int value)
break;
case M_MMAP_MAX:
mp_.n_mmaps_max = value;
mp_.no_dyn_threshold = 1;
mp_.n_mmaps_max = value;
mp_.no_dyn_threshold = 1;
break;
case M_CHECK_ACTION: