mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-13 21:09:07 +08:00
After recent lint changes, commit_signature() function now gets optional array of paths as multiple arguments, instead of entire array as second argument. So adjust commit_signature() to handle this correctly. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>