summaryrefslogtreecommitdiffstats
path: root/lib/libgnumalloc/cfree.c
blob: e57022867339672382f62e02b085eb9992a4443d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * cfree.c
 */

#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

void
cfree(void *foo)
{
	free(foo);
}
OpenPOWER on IntegriCloud