master
1#include <stdlib.h>
2
3void free(void *p)
4{
5	__libc_free(p);
6}