Re: [libvirt PATCH 10/32] storage: remove use of stat-time.h headers

2020-01-27 Thread Pavel Hrdina
On Thu, Jan 23, 2020 at 11:43:03AM +, Daniel P. Berrangé wrote: > The gnulib stat-time.h header provides wrapper functions > to hide the differences in 'struct stat' between various > platforms. > > Linux and FreeBSD support the same names, except for > birthtime which Linux only provides in t

[libvirt PATCH 10/32] storage: remove use of stat-time.h headers

2020-01-23 Thread Daniel P . Berrangé
The gnulib stat-time.h header provides wrapper functions to hide the differences in 'struct stat' between various platforms. Linux and FreeBSD support the same names, except for birthtime which Linux only provides in the new 'statx()' syscall we're not using. macOS has completely different naming.