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