]> Git Repo - linux.git/blob - tools/lib/bpf/str_error.h
Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy
[linux.git] / tools / lib / bpf / str_error.h
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 */
This page took 0.024356 seconds and 4 git commands to generate.