Re: [libvirt] [PATCH] virhostuptime: Add linux stub for musl

2019-11-13 Thread Cole Robinson
On 10/14/19 10:57 AM, Michal Privoznik wrote: > When we want to know the boot timestamp of the host, we can call > virHostGetBootTime(). Under the hood, it uses getutxid() which is > defined by POSIX and properly check for in configure. However, > musl took a path where it declares the function

[libvirt] [PATCH] virhostuptime: Add linux stub for musl

2019-10-14 Thread Michal Privoznik
When we want to know the boot timestamp of the host, we can call virHostGetBootTime(). Under the hood, it uses getutxid() which is defined by POSIX and properly check for in configure. However, musl took a path where it declares the function but instead of providing any useful implementation it