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