mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-14 09:25:49 +00:00
52c22e6e64
The manpage of poll(2) states that the prototype of poll is defined in <poll.h>. Use that header file instead of <sys/poll.h> to allow compilation against musl-libc. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>