]> sourceware.org Git - glibc.git/commit
malloc: Move MTAG_MMAP_FLAGS definition
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 28 Jan 2021 17:34:36 +0000 (17:34 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 19 Mar 2021 11:46:20 +0000 (11:46 +0000)
commitb3c08077cf6d884f45013168cd67e6e5133badf6
tree84190db75afa587e0509e9f895320d7adbfaddc8
parent9328682723b98811160477628376f7a31a34d2e5
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
This page took 0.036517 seconds and 5 git commands to generate.