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