aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/bpf/str_error.h
blob: a139334d57b603db5e2b4475740ecac5bdc4d36f (plain) (blame)
1
2
3
4
5
6
/* 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 */