xref: /openbsd/gnu/gcc/fixincludes/tests/base/malloc.h (revision 404b540a)
1*404b540aSrobert /*  DO NOT EDIT THIS FILE.
2*404b540aSrobert 
3*404b540aSrobert     It has been auto-edited by fixincludes from:
4*404b540aSrobert 
5*404b540aSrobert 	"fixinc/tests/inc/malloc.h"
6*404b540aSrobert 
7*404b540aSrobert     This had to be done to correct non-standard usages in the
8*404b540aSrobert     original, manufacturer supplied header file.  */
9*404b540aSrobert 
10*404b540aSrobert 
11*404b540aSrobert 
12*404b540aSrobert #if defined( SUN_MALLOC_CHECK )
13*404b540aSrobert typedef void *	malloc_t;
14*404b540aSrobert void	free();
15*404b540aSrobert void*	malloc();
16*404b540aSrobert void*	calloc();
17*404b540aSrobert void*	realloc();
18*404b540aSrobert #endif  /* SUN_MALLOC_CHECK */
19