1 /* $OpenBSD: sh.c,v 1.2 2009/10/27 23:59:38 deraadt Exp $ */ 2 3 #include "gprof.h" 4 5 /* 6 * gprof -c isn't currently supported... 7 */ 8 9 /* XXX */ 10 void 11 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc) 12 { 13 } 14