missing_syscall: memfd_create() is supported by glibc since 2.27

Now, our baseline of glibc is 2.31, hence it is OK to drop it.
This commit is contained in:
Yu Watanabe
2025-02-28 21:49:03 +09:00
parent 047a4111df
commit 6ca5be8d3f
5 changed files with 2 additions and 92 deletions

View File

@@ -11,7 +11,6 @@ SYSCALLS = [
'copy_file_range',
'fchmodat2',
'getrandom',
'memfd_create',
'mount_setattr',
'move_mount',
'name_to_handle_at',