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