add copy_file_range syscall numbers from linux v4.5
it was introduced for offloading copying between regular files in linux commit 29732938a6289a15e907da234d6692a2ead71855 (microblaze and sh does not yet have the syscall number.)
This commit is contained in:
committed by
Rich Felker
parent
2de52704ca
commit
84d4f5eee5
@@ -357,6 +357,7 @@
|
||||
#define __NR_userfaultfd 4357
|
||||
#define __NR_membarrier 4358
|
||||
#define __NR_mlock2 4359
|
||||
#define __NR_copy_file_range 4360
|
||||
|
||||
|
||||
/* Repeated with SYS_ prefix */
|
||||
@@ -719,3 +720,4 @@
|
||||
#define SYS_userfaultfd 4357
|
||||
#define SYS_membarrier 4358
|
||||
#define SYS_mlock2 4359
|
||||
#define SYS_copy_file_range 4360
|
||||
|
||||
Reference in New Issue
Block a user