xref: /linux/tools/lib/bpf/str_error.h (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2 #ifndef __LIBBPF_STR_ERROR_H
3 #define __LIBBPF_STR_ERROR_H
4 
5 char *libbpf_strerror_r(int err, char *dst, int len);
6 #endif /* __LIBBPF_STR_ERROR_H */
7