From 0ae773bba0ed6f5b06f8f2312162d8c0476e6b10 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 28 Jan 2021 17:34:36 +0000 Subject: 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 --- include/malloc.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/malloc.h b/include/malloc.h index 7ae08d53d3..b77761f74d 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -16,11 +16,4 @@ typedef struct malloc_state *mstate; # endif /* !_ISOMAC */ -#ifdef USE_MTAG -extern int __mtag_mmap_flags; -#define MTAG_MMAP_FLAGS __mtag_mmap_flags -#else -#define MTAG_MMAP_FLAGS 0 -#endif - #endif -- cgit v1.2.3-70-g09d2