Move _MCOUNT_DECL prototype back here again (grmbl).
This commit is contained in:
parent
3127b0c5e2
commit
8f3917c76e
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: mcount.c,v 1.7 1996/12/05 10:18:46 fvdl Exp $ */
|
/* $NetBSD: mcount.c,v 1.8 1996/12/07 12:58:25 fvdl Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1983, 1992, 1993
|
* Copyright (c) 1983, 1992, 1993
|
||||||
|
@ -37,13 +37,15 @@
|
||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
|
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
|
||||||
#else
|
#else
|
||||||
static char rcsid[] = "$NetBSD: mcount.c,v 1.7 1996/12/05 10:18:46 fvdl Exp $";
|
static char rcsid[] = "$NetBSD: mcount.c,v 1.8 1996/12/07 12:58:25 fvdl Exp $";
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/gmon.h>
|
#include <sys/gmon.h>
|
||||||
|
|
||||||
|
_MCOUNT_DECL __P((u_long, u_long));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* mcount is called on entry to each function compiled with the profiling
|
* mcount is called on entry to each function compiled with the profiling
|
||||||
* switch set. _mcount(), which is declared in a machine-dependent way
|
* switch set. _mcount(), which is declared in a machine-dependent way
|
||||||
|
|
Loading…
Reference in New Issue