From ff0161000f05b67f1ba28feb314170373c57a927 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 15 Jun 2020 08:03:58 -0600 Subject: [PATCH] cstdlib: mallinfo is no longer in stdlib.h --- include/cxx/cstdlib | 1 - 1 file changed, 1 deletion(-) diff --git a/include/cxx/cstdlib b/include/cxx/cstdlib index cf12ddffa3..0654cc8bec 100644 --- a/include/cxx/cstdlib +++ b/include/cxx/cstdlib @@ -103,7 +103,6 @@ namespace std using ::memalign; using ::zalloc; using ::calloc; - using ::mallinfo; #ifdef CONFIG_PSEUDOTERM // Pseudo-Terminals