add preadv2 and pwritev2 syscall numbers for linux v4.6
the syscalls take an additional flag argument, they were added in commit f17d8b35452cab31a70d224964cd583fb2845449 and a RWF_HIPRI priority hint flag was added to linux/fs.h in 97be7ebe53915af504fb491fb99f064c7cf3cb09. the syscall is not allocated for microblaze and sh yet.
This commit is contained in:
committed by
Rich Felker
parent
77baaa47e1
commit
78b1f3cb14
@@ -280,6 +280,8 @@
|
||||
#define __NR_membarrier (0x40000000 + 324)
|
||||
#define __NR_mlock2 (0x40000000 + 325)
|
||||
#define __NR_copy_file_range (0x40000000 + 326)
|
||||
#define __NR_preadv2 (0x40000000 + 327)
|
||||
#define __NR_pwritev2 (0x40000000 + 328)
|
||||
|
||||
#define __NR_rt_sigaction (0x40000000 + 512)
|
||||
#define __NR_rt_sigreturn (0x40000000 + 513)
|
||||
|
||||
Reference in New Issue
Block a user