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