1 #include <u.h> 2 #include <libc.h> 3 4 uintptr getcallerpc(void *)5 getcallerpc(void*) 6 { 7 return 0; 8 } 9