mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 16:29:07 +08:00
sync: auto-generate latest BPF helpers
Latest changes to BPF helper definitions. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
2b940bcde1
commit
e4dc2acd35
@@ -3558,7 +3558,7 @@ static int (* const bpf_inode_storage_delete)(void *map, void *inode) = (void *)
|
||||
* including the trailing NUL character. On error, a negative
|
||||
* value.
|
||||
*/
|
||||
static long (* const bpf_d_path)(struct path *path, char *buf, __u32 sz) = (void *) 147;
|
||||
static long (* const bpf_d_path)(const struct path *path, char *buf, __u32 sz) = (void *) 147;
|
||||
|
||||
/*
|
||||
* bpf_copy_from_user
|
||||
|
||||
Reference in New Issue
Block a user