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