diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2018-07-11 00:43:04 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-07-11 23:13:34 +0300 |
commit | 8d13406c02f9c38f106416e1dbe0e68059b9f59a (patch) | |
tree | 479c8745b8045b8a024615cbe52bd24d714f0af0 /drivers/amba | |
parent | c8406848badd0a0b040b0d286e612678662a2ab3 (diff) | |
download | linux-8d13406c02f9c38f106416e1dbe0e68059b9f59a.tar.xz |
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>
Diffstat (limited to 'drivers/amba')
0 files changed, 0 insertions, 0 deletions