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