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