about summary refs log tree commit diff
path: root/qemu_mode/patches/configure.diff
blob: a9816f8707f3e66737db6ca0c34a00bd0e468db0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure
+++ b/configure
@@ -3855,7 +3855,7 @@ fi
 # check if memfd is supported
 memfd=no
 cat > $TMPC << EOF
-#include <sys/memfd.h>
+#include <sys/mman.h>
 
 int main(void)
 {