diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-06-07 15:11:44 +0200 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-06-14 13:34:50 +0200 |
commit | ff804f15a120dee62bdcf17a8db84bf59d83d6eb (patch) | |
tree | f65980b93a3d6b6224d4f70631676cd60bc42220 /linux-headers/asm-s390/unistd.h | |
parent | a28aae041aa76a779df6467a7fe68b9e8a8b2c0a (diff) |
linux-headers: update
Update to 4.7-rc2.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'linux-headers/asm-s390/unistd.h')
-rw-r--r-- | linux-headers/asm-s390/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux-headers/asm-s390/unistd.h b/linux-headers/asm-s390/unistd.h index 885837ed5e..8a404fd3a1 100644 --- a/linux-headers/asm-s390/unistd.h +++ b/linux-headers/asm-s390/unistd.h @@ -311,7 +311,9 @@ #define __NR_shutdown 373 #define __NR_mlock2 374 #define __NR_copy_file_range 375 -#define NR_syscalls 376 +#define __NR_preadv2 376 +#define __NR_pwritev2 377 +#define NR_syscalls 378 /* * There are some system calls that are not present on 64 bit, some |