mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
Older libc (like RHEL7) uses open() rather than openat(). This was demonstrated through a failure to open /etc/localtime as used by gmtime() libc call trigged from the vCPU thread (CMOS device.) Fixes: #2111 Signed-off-by: Rob Bradford <robert.bradford@intel.com>