mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 00:31:33 +00:00
12 lines
186 B
Diff
12 lines
186 B
Diff
--- 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)
|
|
{
|