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