Home | History | Annotate | Line # | Download | only in base
      1      1.1  mrg /*  DO NOT EDIT THIS FILE.
      2      1.1  mrg 
      3      1.1  mrg     It has been auto-edited by fixincludes from:
      4      1.1  mrg 
      5      1.1  mrg 	"fixinc/tests/inc/malloc.h"
      6      1.1  mrg 
      7      1.1  mrg     This had to be done to correct non-standard usages in the
      8      1.1  mrg     original, manufacturer supplied header file.  */
      9      1.1  mrg 
     10      1.1  mrg 
     11      1.1  mrg 
     12  1.1.1.2  mrg #if defined( AIX_MALLOC_CHECK )
     13  1.1.1.2  mrg #if (defined(__cplusplus) && defined(__IBMCPP__))
     14  1.1.1.3  mrg extern "C" {
     15  1.1.1.3  mrg 	extern "builtin" char *__alloca (size_t);
     16  1.1.1.2  mrg #endif  /* AIX_MALLOC_CHECK */
     17  1.1.1.2  mrg 
     18  1.1.1.2  mrg 
     19      1.1  mrg #if defined( SUN_MALLOC_CHECK )
     20      1.1  mrg typedef void *	malloc_t;
     21      1.1  mrg void	free();
     22      1.1  mrg void*	malloc();
     23      1.1  mrg void*	calloc();
     24      1.1  mrg void*	realloc();
     25      1.1  mrg #endif  /* SUN_MALLOC_CHECK */
     26