build: remove -Wno-implicit-function-declaration

This commit is contained in:
Ylarod
2025-11-07 07:23:11 +08:00
committed by ShirkNeko
parent 02f1aec6e9
commit 14fea6f8a3
7 changed files with 12 additions and 8 deletions

View File

@@ -201,7 +201,11 @@ static int get_object(char *buf, char __user *user_object, size_t buf_sz,
return 0;
}
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 4, 0))
extern int avc_ss_reset(u32 seqno);
#else
extern int avc_ss_reset(struct selinux_avc *avc, u32 seqno);
#endif
// reset avc cache table, otherwise the new rules will not take effect if already denied
static void reset_avc_cache()
{