diff options
author | Carlos O'Donell <carlos@redhat.com> | 2014-05-26 09:54:59 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-05-26 11:32:09 -0400 |
commit | fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab (patch) | |
tree | 3b38bb3eb1896805852d319d36b4f75e9a82ed17 /sysdeps | |
parent | d298c41635ce7f2dc7c3eccc842fe3aa754c0c8e (diff) | |
download | glibc-fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab.tar.gz glibc-fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab.tar.xz glibc-fdfd175d46ac6a810ebdeb2a2936e6d7d13995ab.zip |
Remove nested function mi_arena from malloc_info.
The nested function mi_arena was removed from malloc_info and made into a non-nested static inline function of the same name with the correct set of arguments passed from malloc_info. This enables building glibc with compilers that don't support nested functions. Future work on malloc_info should remove these functions entirely to support JSON format output. Therefore we do the minimum required to remove the nested function.
Diffstat (limited to 'sysdeps')
0 files changed, 0 insertions, 0 deletions