blob: a139334d57b603db5e2b4475740ecac5bdc4d36f [file] [log] [blame]
Alexei Starovoitov1bc38b82018-10-05 16:40:00 -07001/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
Andrey Ignatoveff81902018-10-03 15:26:42 -07002#ifndef __LIBBPF_STR_ERROR_H
3#define __LIBBPF_STR_ERROR_H
Arnaldo Carvalho de Melo6d419072018-09-14 16:47:14 -03004
Andrey Ignatov24d6a802018-10-03 15:26:41 -07005char *libbpf_strerror_r(int err, char *dst, int len);
Andrey Ignatoveff81902018-10-03 15:26:42 -07006#endif /* __LIBBPF_STR_ERROR_H */