diff options
author | Cornelia Huck <cohuck@redhat.com> | 2020-02-18 15:44:59 +0100 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2020-02-26 18:57:07 +0100 |
commit | ddda37483dd17c9936fdde9ebf8f6ca2692b3842 (patch) | |
tree | 27108b68eaaee373d3dc3f20193c4308d5712b5e /linux-headers/asm-s390 | |
parent | 0bab189c96c780341a954186276f9b58ea3244b9 (diff) |
linux-headers: update
Update to commit b1da3acc781c ("Merge tag 'ecryptfs-5.6-rc3-fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs")
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'linux-headers/asm-s390')
-rw-r--r-- | linux-headers/asm-s390/unistd_32.h | 2 | ||||
-rw-r--r-- | linux-headers/asm-s390/unistd_64.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/linux-headers/asm-s390/unistd_32.h b/linux-headers/asm-s390/unistd_32.h index 7cce3ee296..e4a6b654f1 100644 --- a/linux-headers/asm-s390/unistd_32.h +++ b/linux-headers/asm-s390/unistd_32.h @@ -408,5 +408,7 @@ #define __NR_fspick 433 #define __NR_pidfd_open 434 #define __NR_clone3 435 +#define __NR_openat2 437 +#define __NR_pidfd_getfd 438 #endif /* _ASM_S390_UNISTD_32_H */ diff --git a/linux-headers/asm-s390/unistd_64.h b/linux-headers/asm-s390/unistd_64.h index 2371ff1e7a..472f732956 100644 --- a/linux-headers/asm-s390/unistd_64.h +++ b/linux-headers/asm-s390/unistd_64.h @@ -356,5 +356,7 @@ #define __NR_fspick 433 #define __NR_pidfd_open 434 #define __NR_clone3 435 +#define __NR_openat2 437 +#define __NR_pidfd_getfd 438 #endif /* _ASM_S390_UNISTD_64_H */ |