提交 d08c28f6 编写于 作者: M Marc-André Lureau 提交者: Eric Blake

build: update pid_t type static check

The code uses long long for pid_t now.
It fails on mingw64 without this change.
上级 ca1bf4bd
......@@ -316,9 +316,6 @@ cleanup:
return rc;
}
verify(sizeof(pid_t) <= sizeof(unsigned int));
int virPidFileAcquirePath(const char *path,
pid_t pid)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册