Sign in
cos
/
third_party
/
kernel
/
6ff435b8f1fa494c3daba3754053d06740affdee
/
.
/
tools
/
build
/
feature
/
test-libbpf-bpf_object__next_map.c
blob: 64adb519e97e83f4519cfcbf7ab887049177edbe [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<bpf/libbpf.h>
int
main
(
void
)
{
bpf_object__next_map
(
NULL
/* obj */
,
NULL
/* prev */
);
return
0
;
}