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