mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +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>