You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
292 B
12 lines
292 B
2 months ago
|
--- qemu-2.10.0-clean/configure 2019-08-01 23:04:12.511396481 +0200
|
||
|
+++ qemu-2.10.0/configure 2019-08-01 23:04:32.936429232 +0200
|
||
|
@@ -3855,7 +3855,7 @@
|
||
|
# check if memfd is supported
|
||
|
memfd=no
|
||
|
cat > $TMPC << EOF
|
||
|
-#include <sys/memfd.h>
|
||
|
+#include <sys/mman.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|