We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8d1d commit 0a601b8Copy full SHA for 0a601b8
libbpf-tools/compat.h
@@ -7,6 +7,8 @@
7
#include <sys/types.h>
8
#include <linux/bpf.h>
9
10
+#define POLL_TIMEOUT_MS 100
11
+
12
struct bpf_buffer;
13
struct bpf_map;
14
libbpf-tools/mountsnoop.c
@@ -24,7 +24,6 @@
24
#include "btf_helpers.h"
25
#include "trace_helpers.h"
26
27
-#define POLL_TIMEOUT_MS 100
28
#define warn(...) fprintf(stderr, __VA_ARGS__)
29
30
/* https://www.gnu.org/software/gnulib/manual/html_node/strerrorname_005fnp.html */
0 commit comments