mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 12:05:17 +00:00
build: update pid_t type static check
The code uses long long for pid_t now. It fails on mingw64 without this change. (cherry picked from commit d08c28f65faf85804fe7a7295a1694bdb0d225c3)
This commit is contained in:
parent
f065174ede
commit
4a9f92f283
@ -316,9 +316,6 @@ cleanup:
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
verify(sizeof(pid_t) <= sizeof(unsigned int));
|
|
||||||
|
|
||||||
int virPidFileAcquirePath(const char *path,
|
int virPidFileAcquirePath(const char *path,
|
||||||
pid_t pid)
|
pid_t pid)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user