malloc: Move MTAG_MMAP_FLAGS definition
commit0ae773bba0ed6f5b06f8f2312162d8c0476e6b10
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 28 Jan 2021 17:34:36 +0000 (28 17:34 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 26 Mar 2021 11:03:06 +0000 (26 11:03 +0000)
treea0f1391da189da5a694f6e6a95afdb3560e75fe1
parent8ae909a533b12221c3fd0c2331b13d99d9790718
malloc: Move MTAG_MMAP_FLAGS definition

This is only used internally in malloc.c, the extern declaration
was wrong, __mtag_mmap_flags has internal linkage.

Reviewed-by: DJ Delorie <dj@redhat.com>
include/malloc.h
malloc/malloc.c