summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slab.c b/lib/slab.c
index c6a56f7..568f01a 100644
--- a/lib/slab.c
+++ b/lib/slab.c
@@ -188,7 +188,7 @@ sl_new(pool *p, unsigned size)
return s;
}
-struct sl_head *
+static struct sl_head *
sl_new_head(slab *s)
{
struct sl_head *h = xmalloc(SLAB_SIZE);