ref: ece9ead92a707482bdca4a75e9201c2c3827bb4d dir: /sys/src/cmd/unix/drawterm/posix-port/getcallerpc.c/
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return 0; }