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