Remove `static' prototype from header file.

This commit is contained in:
nectar 2004-01-06 20:36:21 +00:00
parent e04d4712d6
commit 298f0fe98c

View File

@ -148,7 +148,6 @@ __BEGIN_DECLS
#ifdef __GNUC__ #ifdef __GNUC__
void mcount(void) __asm(".mcount"); void mcount(void) __asm(".mcount");
#endif #endif
static void _mcount(uintfptr_t frompc, uintfptr_t selfpc);
__END_DECLS __END_DECLS
#endif /* _KERNEL */ #endif /* _KERNEL */