ref: f3c4b1bcabc71edababa01f1725bf57c7cf8d686 dir: /sys/src/libc/port/getcallerpc.c/
#include <u.h> #include <libc.h> uintptr getcallerpc(void*) { return 0; }