mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 19:46:10 +07:00
eff8190880
Rename include guards to have consistent names "__LIBBPF_<header_name>". Signed-off-by: Andrey Ignatov <rdna@fb.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
7 lines
184 B
C
7 lines
184 B
C
// SPDX-License-Identifier: LGPL-2.1
|
|
#ifndef __LIBBPF_STR_ERROR_H
|
|
#define __LIBBPF_STR_ERROR_H
|
|
|
|
char *libbpf_strerror_r(int err, char *dst, int len);
|
|
#endif /* __LIBBPF_STR_ERROR_H */
|