This website requires JavaScript.
Explore
Help
Sign in
public-mirrors
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced
2025-11-22 06:36:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
89b1698c93
linux
/
tools
/
lib
/
bpf
/
Build
2 lines
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