Undo unintended change in previous commit: _mcount is static.

This commit is contained in:
pk 1996-04-08 20:55:36 +00:00
parent 58fae9f6e7
commit 1a1a8ba8c9

View File

@ -1,4 +1,4 @@
/* $NetBSD: profile.h,v 1.5 1996/03/31 22:21:42 pk Exp $ */
/* $NetBSD: profile.h,v 1.6 1996/04/08 20:55:36 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@ -65,7 +65,7 @@
asm("add %o7, 8, %o1");
#endif
#define _MCOUNT_DECL void _mcount
#define _MCOUNT_DECL static void _mcount
_MCOUNT_DECL __P((unsigned long, unsigned long));
#ifdef _KERNEL