llvm-project/libc/config/linux/aarch64
Michael Jones 7eb5cb7f9e [libc] Fix allocator inclusion
Previously, allocator functions were only available if they were included
from scudo or by using the system libc headers (i.e. by turning off the
full build). This patch changes the logic to include the prototypes for
the allocator functitons in all cases, which allows the linker to link
in the system's allocator.

Reviewed By: sivachandra, abrachet

Differential Revision: https://reviews.llvm.org/D119587
2022-02-11 14:58:21 -08:00
..
entrypoints.txt [libc] Fix allocator inclusion 2022-02-11 14:58:21 -08:00
headers.txt [libc] add inttypes header 2021-08-26 18:04:21 +00:00