mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-21 21:25:50 +00:00
Staticize an internal function.
This commit is contained in:
parent
5a8998d440
commit
49c0d954ca
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ t_malloc_bucket(size_t size)
|
|||
* Core malloc() logic: select the correct backend based on the requested
|
||||
* allocation size and call it.
|
||||
*/
|
||||
void *
|
||||
static void *
|
||||
t_malloc(size_t size)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue