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