]> git.ipfire.org Git - thirdparty/systemd.git/commit
bpf-dlopen: mark bpf_get_error() as static
authorMike Yuan <me@yhndnzj.com>
Wed, 4 Mar 2026 13:09:03 +0000 (14:09 +0100)
committerMike Yuan <me@yhndnzj.com>
Wed, 4 Mar 2026 13:32:17 +0000 (14:32 +0100)
commitae558ebd425192d674c6a8e46954a881dfdb49ca
treef39e84e39a99430b651274cfe82f8becba507e17
parent2853e4cb1c6318e7976f29c4caa56d3ef87eef53
bpf-dlopen: mark bpf_get_error() as static

Any use of this function should go via bpf_get_error_translated().
src/shared/bpf-dlopen.c