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