[BACK]Return to sh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Annotation of src/usr.bin/gprof/sh.c, Revision 1.2

1.2     ! deraadt     1: /*     $OpenBSD: sh.c,v 1.1 2006/10/11 13:34:18 drahn Exp $    */
1.1       drahn       2:
                      3: #include "gprof.h"
                      4:
                      5: /*
                      6:  * gprof -c isn't currently supported...
                      7:  */
                      8:
                      9: /* XXX */
                     10: void
                     11: findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
                     12: {
                     13: }