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