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