summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/str_error.h
blob: 998eff7d6710ae4aa029dfe97a0d675967464937 (plain)
1
2
3
4
5
6
// SPDX-License-Identifier: LGPL-2.1
#ifndef BPF_STR_ERROR
#define BPF_STR_ERROR

char *libbpf_strerror_r(int err, char *dst, int len);
#endif // BPF_STR_ERROR
OpenPOWER on IntegriCloud