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