xref: /openbsd-src/usr.bin/gprof/sh.c (revision c90a81c56dcebd6a1b73fe4aff9b03385b8e63b3)
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