freebsd_amp_hwpstate/include/malloc.h

7 lines
114 B
C

/* $FreeBSD$ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif