git: 9front

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}