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