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