You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/06/15 14:35:54 UTC

[incubator-nuttx] branch master updated: cstdlib: mallinfo is no longer in stdlib.h

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new ff01610  cstdlib:  mallinfo is no longer in stdlib.h
ff01610 is described below

commit ff0161000f05b67f1ba28feb314170373c57a927
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Mon Jun 15 08:03:58 2020 -0600

    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 cf12ddf..0654cc8 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