elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

Fix invalid prototype (-Werror=strict-prototypes) #189

Closed haesbaert closed 7 months ago

haesbaert commented 7 months ago

This makes the library compile with -Werror=strict-prototypes, symbols that take no arguments should declare them as void.