git: 9front

ref: cfcca03a12558c480f9cb76c5c758eaa98060d45
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}