Add stub for bpf_ktime_get_ns

This commit is contained in:
2025-09-09 00:26:31 +05:30
parent 5adc6d75e9
commit d397aa5280

View File

@ -1,2 +1,4 @@
import ctypes
def bpf_ktime_get_ns():
return bpf_ktime_get_ns()
return ctypes.c_int64(0)