libbpf: Make include guards consistent
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>
This commit is contained in:
committed by
Daniel Borkmann
parent
24d6a80842
commit
eff8190880
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: LGPL-2.1
|
||||
#ifndef BPF_STR_ERROR
|
||||
#define BPF_STR_ERROR
|
||||
#ifndef __LIBBPF_STR_ERROR_H
|
||||
#define __LIBBPF_STR_ERROR_H
|
||||
|
||||
char *libbpf_strerror_r(int err, char *dst, int len);
|
||||
#endif // BPF_STR_ERROR
|
||||
#endif /* __LIBBPF_STR_ERROR_H */
|
||||
|
||||
Reference in New Issue
Block a user