Skip to content
Commit f03560a5 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

tools/virtio: compile with -pthread



When using pthreads, one has to compile and link with -lpthread,
otherwise e.g. glibc is not guaranteed to be reentrant.

This replaces -lpthread.

Reported-by: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 06f05bc5
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