We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f644bc4 commit 8b1462bCopy full SHA for 8b1462b
include/uapi/asm-generic/unistd.h
@@ -863,8 +863,7 @@ __SYSCALL(__NR_process_madvise, sys_process_madvise)
863
__SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2)
864
#define __NR_mount_setattr 442
865
__SYSCALL(__NR_mount_setattr, sys_mount_setattr)
866
-#define __NR_quotactl_path 443
867
-__SYSCALL(__NR_quotactl_path, sys_quotactl_path)
+/* 443 is reserved for quotactl_path */
868
869
#define __NR_landlock_create_ruleset 444
870
__SYSCALL(__NR_landlock_create_ruleset, sys_landlock_create_ruleset)
0 commit comments