This website requires JavaScript.
Explore
Help
Sign in
forge
/
linux-uconsole
Watch
1
Star
0
Fork
You've already forked linux-uconsole
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
001d3eccf9
linux-uconsole
/
tools
/
lib
/
bpf
/
Build
1 line
57 B
Text
Raw
Normal View
History
Unescape
Escape
tools: libbpf: move library error code into a separate file libbpf_strerror() depends on XSI-compliant (POSIX) version of strerror_r(), which prevents us from using GNU-extensions in libbpf.c, like reallocarray() or dup3(). Move error printing code into a separate file to allow it to continue using POSIX strerror_r(). No functional changes. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-07-10 14:43:04 -07:00
libbpf-y := libbpf.o bpf.o nlattr.o btf.o libbpf_errno.o
Reference in a new issue
Copy permalink