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