mirror of https://gitee.com/openkylin/libvirt.git
build: update pid_t type static check
The code uses long long for pid_t now. It fails on mingw64 without this change.
This commit is contained in:
parent
ca1bf4bd74
commit
d08c28f65f
|
@ -316,9 +316,6 @@ cleanup:
|
|||
return rc;
|
||||
}
|
||||
|
||||
|
||||
verify(sizeof(pid_t) <= sizeof(unsigned int));
|
||||
|
||||
int virPidFileAcquirePath(const char *path,
|
||||
pid_t pid)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue