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