diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/slab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |