mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
Add empty stub for virThreadCancel on Win32
Win32 does not like undefined symbols, so define an empty virThreadCancel impl. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
c03eff7717
commit
fd856af62b
@ -357,6 +357,8 @@ void virThreadJoin(virThreadPtr thread)
|
||||
}
|
||||
}
|
||||
|
||||
void virThreadCancel(virThreadPtr thread ATTRIBUTE_UNUSED)
|
||||
{}
|
||||
|
||||
int virThreadLocalInit(virThreadLocalPtr l,
|
||||
virThreadLocalCleanup c)
|
||||
|
Loading…
x
Reference in New Issue
Block a user