ref: 5dc9cad6a69e06717ebe294735579a189bb010e0 dir: /posix-port/getcallerpc.c/
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return 0; }