kernel/tools/lib/bpf/str_error.h
.. .. @@ -1,6 +1,6 @@ 1 -// SPDX-License-Identifier: LGPL-2.12 -#ifndef BPF_STR_ERROR3 -#define BPF_STR_ERROR1 +/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */2 +#ifndef __LIBBPF_STR_ERROR_H3 +#define __LIBBPF_STR_ERROR_H4 4 5 -char *str_error(int err, char *dst, int len);6 -#endif // BPF_STR_ERROR5 +char *libbpf_strerror_r(int err, char *dst, int len);6 +#endif /* __LIBBPF_STR_ERROR_H */