This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b9543a2e39
linux
/
tools
/
lib
/
bpf
/
Build
2 lines
57 B
Plaintext
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 21:43:04 +00:00
libbpf-y := libbpf.o bpf.o nlattr.o btf.o libbpf_errno.o
Reference in New Issue
Copy Permalink