Staticize an internal function.

This commit is contained in:
Dag-Erling Smørgrav 2017-05-01 21:04:39 +02:00
parent 5a8998d440
commit 49c0d954ca

View file

@ -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)
{