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