From 449962e04403702f14a3c4829aa36d3f1f0a79a7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 3 Feb 2020 08:38:53 -0500 Subject: [PATCH] disable obsolete glibc extensions elsewhere --- h_malloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h_malloc.c b/h_malloc.c index eacea89..d855e0e 100644 --- a/h_malloc.c +++ b/h_malloc.c @@ -1797,7 +1797,9 @@ EXPORT int h_malloc_info(int options, UNUSED FILE *fp) { return -1; #endif } +#endif +#ifdef __GLIBC__ COLD EXPORT void *h_malloc_get_state(void) { return NULL; }