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