diff options
author | 2022-03-01 15:22:01 +0000 | |
---|---|---|
committer | 2022-03-01 16:47:22 +0000 | |
commit | b05e3e39bf66760425771de98175027dbd78f7fa (patch) | |
tree | e358889b1020685010fc696f3f962746f5e6f97e /app-forensics/honggfuzz/files | |
parent | net-p2p/syncthing: add 1.19.1, drop 1.19.0 (diff) | |
download | gentoo-b05e3e39bf66760425771de98175027dbd78f7fa.tar.gz gentoo-b05e3e39bf66760425771de98175027dbd78f7fa.tar.bz2 gentoo-b05e3e39bf66760425771de98175027dbd78f7fa.zip |
app-forensics/honggfuzz: drop 2.4
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-forensics/honggfuzz/files')
-rw-r--r-- | app-forensics/honggfuzz/files/honggfuzz-2.4-headers-musl.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/app-forensics/honggfuzz/files/honggfuzz-2.4-headers-musl.patch b/app-forensics/honggfuzz/files/honggfuzz-2.4-headers-musl.patch deleted file mode 100644 index e70d6eae4eaf..000000000000 --- a/app-forensics/honggfuzz/files/honggfuzz-2.4-headers-musl.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 29864795b194481dd0446326cda89b9802f4fe51 Mon Sep 17 00:00:00 2001 -From: David Carlier <devnexen@gmail.com> -Date: Sat, 8 May 2021 11:23:32 +0100 -Subject: [PATCH] musl build fix proposal - ---- a/linux/arch.c -+++ b/linux/arch.c -@@ -34,7 +34,9 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#if defined(__GLIBC__) - #include <sys/cdefs.h> -+#endif - #include <sys/personality.h> - #include <sys/prctl.h> - #include <sys/syscall.h> ---- a/linux/perf.c -+++ b/linux/perf.c -@@ -30,12 +30,12 @@ - #include <linux/hw_breakpoint.h> - #include <linux/perf_event.h> - #include <linux/sysctl.h> -+#include <poll.h> - #include <signal.h> - #include <stdlib.h> - #include <string.h> - #include <sys/ioctl.h> - #include <sys/mman.h> --#include <sys/poll.h> - #include <sys/ptrace.h> - #include <sys/syscall.h> - #include <unistd.h> ---- a/linux/trace.c -+++ b/linux/trace.c -@@ -34,7 +34,9 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#if defined(__GLIBC__) - #include <sys/cdefs.h> -+#endif - #include <sys/personality.h> - #include <sys/ptrace.h> - #include <sys/resource.h> |