aboutsummaryrefslogtreecommitdiffstats
path: root/community/libbpf/30-include-bits-reg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libbpf/30-include-bits-reg.patch')
-rw-r--r--community/libbpf/30-include-bits-reg.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/libbpf/30-include-bits-reg.patch b/community/libbpf/30-include-bits-reg.patch
deleted file mode 100644
index fc3521a160..0000000000
--- a/community/libbpf/30-include-bits-reg.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/hashmap.h b/src/hashmap.h
-index 03748a7..e83055e 100644
---- a/src/hashmap.h
-+++ b/src/hashmap.h
-@@ -10,4 +10,5 @@
-
- #include <stdbool.h>
- #include <stddef.h>
-+#include <bits/reg.h>
- #include "libbpf_internal.h"
-
- static inline size_t hash_bits(size_t h, int bits)