This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-17 20:56:53 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c1617fb4c5
linux_dsm_epyc7002
/
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-11 04:43:04 +07:00
libbpf-y := libbpf.o bpf.o nlattr.o btf.o libbpf_errno.o
Reference in New Issue
Copy Permalink