1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -1,3 +1,7 @@
2012-09-05 Alexandre Oliva <aoliva@redhat.com>
* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
2012-09-05 Alexandre Oliva <aoliva@redhat.com> 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
* manual/contrib.texi (Contributors): Fix typo. Complete entry. * manual/contrib.texi (Contributors): Fix typo. Complete entry.

View File

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