summaryrefslogtreecommitdiffstats
path: root/fixincludes/tests/base
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-23 23:55:01 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-23 23:55:01 +0000
commit0560f6fcfd36f3719dcbe06cb0804a991b10c41f (patch)
treef3b1689604dee80aff915fe030f37ef1229e195c /fixincludes/tests/base
parent92b1062f0f08ba2e0f36f05fcfdcdbfc4303b4aa (diff)
downloadppe42-gcc-0560f6fcfd36f3719dcbe06cb0804a991b10c41f.tar.gz
ppe42-gcc-0560f6fcfd36f3719dcbe06cb0804a991b10c41f.zip
* inclhack.def (aix_malloc): New.
* fixincl.x: Regenerate. * tests/base/malloc.h [AIX_MALLOC_CHECK]: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185752 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests/base')
-rw-r--r--fixincludes/tests/base/malloc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fixincludes/tests/base/malloc.h b/fixincludes/tests/base/malloc.h
index 3866af8c7cf..15be8b02b88 100644
--- a/fixincludes/tests/base/malloc.h
+++ b/fixincludes/tests/base/malloc.h
@@ -9,6 +9,11 @@
+#if defined( AIX_MALLOC_CHECK )
+#if (defined(__cplusplus) && defined(__IBMCPP__))
+#endif /* AIX_MALLOC_CHECK */
+
+
#if defined( SUN_MALLOC_CHECK )
typedef void * malloc_t;
void free();
OpenPOWER on IntegriCloud