kernel_samsung_a53x/tools/lib/bpf/str_error.h
2024-06-15 16:02:09 -03:00

6 lines
205 B
C
Executable file

/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#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 */