1 /* $OpenBSD: sh.c,v 1.1 2006/10/11 13:34:18 drahn Exp $ */ 2 3 #ifndef lint 4 static char rcsid[] = "$OpenBSD: sh.c,v 1.1 2006/10/11 13:34:18 drahn Exp $"; 5 #endif /* not lint */ 6 7 #include "gprof.h" 8 9 /* 10 * gprof -c isn't currently supported... 11 */ 12 13 /* XXX */ 14 void 15 findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc) 16 { 17 } 18