mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
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:
@@ -11,7 +11,6 @@ SYSCALLS = [
|
||||
'copy_file_range',
|
||||
'fchmodat2',
|
||||
'getrandom',
|
||||
'memfd_create',
|
||||
'mount_setattr',
|
||||
'move_mount',
|
||||
'name_to_handle_at',
|
||||
|
||||
Reference in New Issue
Block a user