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