#include <u.h>
#include <libc.h>

ulong
getcallerpc(void*)
{
	return 0;
}
