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