Staticize M_STACK.
Approved by: rwatson (mentor) MFC after: 1 month
This commit is contained in:
parent
0d01d41007
commit
23d5e112eb
@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
|
|||||||
#include <sys/stack.h>
|
#include <sys/stack.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
|
||||||
MALLOC_DEFINE(M_STACK, "stack", "Stack Traces");
|
static MALLOC_DEFINE(M_STACK, "stack", "Stack Traces");
|
||||||
|
|
||||||
static void stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen,
|
static void stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen,
|
||||||
long *offset);
|
long *offset);
|
||||||
|
Loading…
Reference in New Issue
Block a user