Commit 969b87e9 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

criu: pie, log -- Make sbuf_printf static

Not exported anywhere.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent cc1a321c
......@@ -204,7 +204,7 @@ static void print_hex_l(unsigned long num, struct simple_buf *b)
print_string(z, b);
}
void sbuf_printf(struct simple_buf *b, const char *format, va_list args)
static void sbuf_printf(struct simple_buf *b, const char *format, va_list args)
{
const char *s = format;
while (1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment