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