Commit 5f62fa6d by Jonathan Wakely Committed by Jonathan Wakely

* system.h (malloc.h): Don't include obsolete header.

From-SVN: r228391
parent 899de23a
2015-10-02 Jonathan Wakely <jwakely@redhat.com>
* system.h (malloc.h): Don't include obsolete header.
2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2015-10-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete. * config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete.
...@@ -481,18 +481,6 @@ extern char *stpcpy (char *, const char *); ...@@ -481,18 +481,6 @@ extern char *stpcpy (char *, const char *);
int unsetenv(const char *); int unsetenv(const char *);
#endif #endif
#ifdef __cplusplus
}
#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC
extern void *malloc (size_t); extern void *malloc (size_t);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment