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