mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
missing_syscall: add __NR_copy_file_range for powerpc architecture (#3772)
This commit is contained in:
parent
36376e0b71
commit
4d07c8d386
@ -279,6 +279,8 @@ static inline key_serial_t request_key(const char *type, const char *description
|
||||
# define __NR_copy_file_range 391
|
||||
# elif defined __aarch64__
|
||||
# define __NR_copy_file_range 285
|
||||
# elif defined __powerpc__
|
||||
# define __NR_copy_file_range 379
|
||||
# else
|
||||
# warning "__NR_copy_file_range not defined for your architecture"
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user