enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

fix: use `libc::Ioctl` instead of `c_ulong` #87

Closed haraldh closed 2 years ago

haraldh commented 2 years ago

Apparently x86_64-unknown-linux-musl and x86_64-unknown-linux-gnu differ now in this type.

Signed-off-by: Harald Hoyer harald@profian.com

Fixes: #86