ref: 65d683ba937ab076b094d50266cd159ce11c5387 dir: /posix-port/getcallerpc.c/
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return 0; }