Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
Note: File does not exist in v4.17.
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#define STRERR_BUFSIZE  128
6
7char *libbpf_strerror_r(int err, char *dst, int len);
8
9#endif /* __LIBBPF_STR_ERROR_H */