commit | 8d13406c02f9c38f106416e1dbe0e68059b9f59a | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Jul 10 14:43:04 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Jul 11 22:13:34 2018 +0200 |
tree | 479c8745b8045b8a024615cbe52bd24d714f0af0 | |
parent | c8406848badd0a0b040b0d286e612678662a2ab3 [diff] |
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>