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