IOThread: make io_thread_run() static

This commit is contained in:
Max Kellermann
2017-01-25 23:00:31 +01:00
parent 8fd9d91974
commit 4140e9b857
2 changed files with 1 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ static struct {
Thread thread;
} io;
void
static void
io_thread_run(void)
{
assert(io_thread_inside());