mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The datatype used for the ioctl() C library call is different between it and the glibc toolchains. The easiest solution is to have the compiler type cast to type of the parameter. Signed-off-by: Rob Bradford <robert.bradford@intel.com>