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