diff --git a/srcpkgs/qemu/patches/ignore-sys-signal_h.patch b/srcpkgs/qemu/patches/ignore-sys-signal_h.patch new file mode 100644 index 00000000000..8fdcdfea461 --- /dev/null +++ b/srcpkgs/qemu/patches/ignore-sys-signal_h.patch @@ -0,0 +1,17 @@ +Source: @pullmoll +Upstream: no +Reason: Not needed. For glibc this has just #include and for musl it prints a warning. + +--- osdep.h 2020-12-08 17:59:44.000000000 +0100 ++++ /tmp/void/glibc-2/builddir/qemu-5.2.0/include/qemu/osdep.h 2020-12-12 18:41:47.709685865 +0100 +@@ -104,10 +104,6 @@ + #include + #include + +-#ifdef HAVE_SYS_SIGNAL_H +-#include +-#endif +- + #ifndef _WIN32 + #include + #else