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