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