git: 9front

ref: 1eb6c48611a3fda2bf419cc2d18019e2d0b2669e
dir: /sys/src/libc/port/getcallerpc.c/

View raw version
#include <u.h>
#include <libc.h>

uintptr
getcallerpc(void*)
{
	return 0;
}