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