diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/system.h | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9aa659..fceb2c0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * config/aarch64/aarch64.c (aarch64_elf_asm_named_section): Delete. diff --git a/gcc/system.h b/gcc/system.h index 71867c4..85a66a5 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -481,18 +481,6 @@ extern char *stpcpy (char *, const char *); int unsetenv(const char *); #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 extern void *malloc (size_t); #endif |