summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/sh.c
blob: 85beb8c19af89f34e64ce34a3a40574db0c9deaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: sh.c,v 1.2 2009/10/27 23:59:38 deraadt Exp $	*/

#include "gprof.h"

/*
 * gprof -c isn't currently supported...
 */

/* XXX */
void
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
{
}