mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
14 lines
207 B
C
14 lines
207 B
C
|
/* $FreeBSD$ */
|
||
|
|
||
|
#include "gprof.h"
|
||
|
|
||
|
/*
|
||
|
* gprof -c isn't currently supported...
|
||
|
*/
|
||
|
findcall( parentp , p_lowpc , p_highpc )
|
||
|
nltype *parentp;
|
||
|
unsigned long p_lowpc;
|
||
|
unsigned long p_highpc;
|
||
|
{
|
||
|
}
|