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