aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/str_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/bpf/str_error.h')
-rw-r--r--tools/lib/bpf/str_error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/str_error.h b/tools/lib/bpf/str_error.h
index 355b1db571d1..998eff7d6710 100644
--- a/tools/lib/bpf/str_error.h
+++ b/tools/lib/bpf/str_error.h
@@ -2,5 +2,5 @@
2#ifndef BPF_STR_ERROR 2#ifndef BPF_STR_ERROR
3#define BPF_STR_ERROR 3#define BPF_STR_ERROR
4 4
5char *str_error(int err, char *dst, int len); 5char *libbpf_strerror_r(int err, char *dst, int len);
6#endif // BPF_STR_ERROR 6#endif // BPF_STR_ERROR