Remove _MCOUNT_DECL prototype declaration of _mcount() again; move it
to <machine/profile.h>
This commit is contained in:
parent
112f25b866
commit
4827ca5603
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: mcount.c,v 1.6 1996/12/04 00:04:40 fvdl Exp $ */
|
||||
/* $NetBSD: mcount.c,v 1.7 1996/12/05 10:18:46 fvdl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1983, 1992, 1993
|
||||
|
@ -37,15 +37,13 @@
|
|||
#if 0
|
||||
static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: mcount.c,v 1.6 1996/12/04 00:04:40 fvdl Exp $";
|
||||
static char rcsid[] = "$NetBSD: mcount.c,v 1.7 1996/12/05 10:18:46 fvdl Exp $";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/gmon.h>
|
||||
|
||||
_MCOUNT_DECL __P((u_long, u_long));
|
||||
|
||||
/*
|
||||
* mcount is called on entry to each function compiled with the profiling
|
||||
* switch set. _mcount(), which is declared in a machine-dependent way
|
||||
|
|
Loading…
Reference in New Issue