kernel: Revert partial changes

This commit is contained in:
ShirkNeko
2025-09-27 22:45:23 +08:00
parent 99898203a3
commit 8943bab810
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
#include <linux/fs.h>
#include <linux/tracepoint.h>
DECLARE_TRACE(ksu_trace_execveat_sucompat_hook,
DECLARE_TRACE(ksu_trace_execveat_hook,
TP_PROTO(int *fd, struct filename **filename_ptr, void *argv,
void *envp, int *flags),
TP_ARGS(fd, filename_ptr, argv, envp, flags));