15 lines
237 B
C
15 lines
237 B
C
#include <sys/cdefs.h>
|
|
__FBSDID("$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;
|
|
{
|
|
}
|