提交 fd856af6 编写于 作者: D Daniel P. Berrange

Add empty stub for virThreadCancel on Win32

Win32 does not like undefined symbols, so define an
empty virThreadCancel impl.
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 c03eff77
......@@ -357,6 +357,8 @@ void virThreadJoin(virThreadPtr thread)
}
}
void virThreadCancel(virThreadPtr thread ATTRIBUTE_UNUSED)
{}
int virThreadLocalInit(virThreadLocalPtr l,
virThreadLocalCleanup c)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册