diff options
author | Cornelia Huck | 2020-06-09 16:26:53 +0200 |
---|---|---|
committer | Cornelia Huck | 2020-06-18 12:13:36 +0200 |
commit | f76b348ec78fb7316bbcc981127ae8894cfcc609 (patch) | |
tree | fbc7a9d300fa0367ae3d93580dfa2493d20649b8 /linux-headers/asm-mips/unistd_o32.h | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' ... (diff) | |
download | qemu-f76b348ec78fb7316bbcc981127ae8894cfcc609.tar.gz qemu-f76b348ec78fb7316bbcc981127ae8894cfcc609.tar.xz qemu-f76b348ec78fb7316bbcc981127ae8894cfcc609.zip |
Linux headers: update
Update against Linux 5.8-rc1.
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'linux-headers/asm-mips/unistd_o32.h')
-rw-r--r-- | linux-headers/asm-mips/unistd_o32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/asm-mips/unistd_o32.h b/linux-headers/asm-mips/unistd_o32.h index 660716e240..e3e5e238f0 100644 --- a/linux-headers/asm-mips/unistd_o32.h +++ b/linux-headers/asm-mips/unistd_o32.h @@ -413,6 +413,7 @@ #define __NR_clone3 (__NR_Linux + 435) #define __NR_openat2 (__NR_Linux + 437) #define __NR_pidfd_getfd (__NR_Linux + 438) +#define __NR_faccessat2 (__NR_Linux + 439) #endif /* _ASM_MIPS_UNISTD_O32_H */ |