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