summaryrefslogtreecommitdiff
path: root/fixincludes/tests/base/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fixincludes/tests/base/malloc.h')
-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();