diff options
Diffstat (limited to 'tools/lib/bpf/str_error.h')
-rw-r--r-- | tools/lib/bpf/str_error.h | 2 |
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 | ||
5 | char *str_error(int err, char *dst, int len); | 5 | char *libbpf_strerror_r(int err, char *dst, int len); |
6 | #endif // BPF_STR_ERROR | 6 | #endif // BPF_STR_ERROR |