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 ce3a66a commit 5f5d0deCopy full SHA for 5f5d0de
libc-test/build.rs
@@ -3152,6 +3152,17 @@ fn test_linux(target: &str) {
3152
| "SYS_epoll_pwait2"
3153
| "SYS_mount_setattr" => true,
3154
3155
+ // FIXME: these syscalls were added in Linux 5.13 or later
3156
+ // and are currently not included in the glibc headers.
3157
+ | "SYS_quotactl_fd"
3158
+ | "SYS_landlock_create_ruleset"
3159
+ | "SYS_landlock_add_rule"
3160
+ | "SYS_landlock_restrict_self"
3161
+ | "SYS_memfd_secret"
3162
+ | "SYS_process_mrelease"
3163
+ | "SYS_futex_waitv"
3164
+ | "SYS_set_mempolicy_home_node" => true,
3165
+
3166
// Requires more recent kernel headers:
3167
| "IFLA_PROP_LIST"
3168
| "IFLA_ALT_IFNAME"
0 commit comments