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