mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added a prototype for mstats().
This commit is contained in:
parent
0aee0e61f8
commit
8748a0b654
1 changed files with 2 additions and 0 deletions
|
@ -586,6 +586,8 @@ mac_write(self, args)
|
|||
}
|
||||
|
||||
#ifdef USE_MALLOC_DEBUG
|
||||
void *mstats(char *);
|
||||
|
||||
static PyObject *
|
||||
mac_mstats(self, args)
|
||||
PyObject*self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue