brintos

brintos / linux-shallow public Read only

0
0
Text · 235 B · 626d7ff Raw
10 lines · c
1/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */2#ifndef __LIBBPF_STR_ERROR_H3#define __LIBBPF_STR_ERROR_H4 5#define STRERR_BUFSIZE  1286 7char *libbpf_strerror_r(int err, char *dst, int len);8 9#endif /* __LIBBPF_STR_ERROR_H */10