repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
lib
/
bpf
/
str_error.h
blob
a139334d57b603db5e2b4475740ecac5bdc4d36f
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 */