We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab1e26 commit b039248Copy full SHA for b039248
1 file changed
docs/index.md
@@ -27,7 +27,7 @@ from ctypes import c_void_p, c_int64
27
@section("tracepoint/syscalls/sys_enter_execve")
28
def hello_world(ctx: c_void_p) -> c_int64:
29
print("Hello, World!")
30
- return c_int64(0)
+ return 0
31
32
@bpf
33
@bpfglobal
0 commit comments