From f378ebf14df0952eae870c9865bab8326aa8f137 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 17 Jun 2015 11:09:54 -0700 Subject: Delete old versions of GCC. Change-Id: I710f125d905290e1024cbd67f48299861790c66c --- gcc-4.4.3/fixincludes/tests/base/malloc.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 gcc-4.4.3/fixincludes/tests/base/malloc.h (limited to 'gcc-4.4.3/fixincludes/tests/base/malloc.h') diff --git a/gcc-4.4.3/fixincludes/tests/base/malloc.h b/gcc-4.4.3/fixincludes/tests/base/malloc.h deleted file mode 100644 index 3866af8c7..000000000 --- a/gcc-4.4.3/fixincludes/tests/base/malloc.h +++ /dev/null @@ -1,18 +0,0 @@ -/* DO NOT EDIT THIS FILE. - - It has been auto-edited by fixincludes from: - - "fixinc/tests/inc/malloc.h" - - This had to be done to correct non-standard usages in the - original, manufacturer supplied header file. */ - - - -#if defined( SUN_MALLOC_CHECK ) -typedef void * malloc_t; -void free(); -void* malloc(); -void* calloc(); -void* realloc(); -#endif /* SUN_MALLOC_CHECK */ -- cgit v1.2.3