aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mips
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2020-08-07 14:38:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2020-08-07 14:38:43 +0000
commit1cfb4715288845ebc55ad664421b48b32de9599c (patch)
tree999f41dd9794b18258358a011d9a04669c615b6b /sysdeps/unix/sysv/linux/mips
parent42a00a0fb4c69d940ac5f6b08a57e045e14f22f7 (diff)
downloadglibc-1cfb4715288845ebc55ad664421b48b32de9599c.tar
glibc-1cfb4715288845ebc55ad664421b48b32de9599c.tar.gz
glibc-1cfb4715288845ebc55ad664421b48b32de9599c.tar.bz2
glibc-1cfb4715288845ebc55ad664421b48b32de9599c.zip
Update syscall lists for Linux 5.8.
Linux 5.8 has one new syscall, faccessat2. Update syscall-names.list and regenerate the arch-syscall.h headers with build-many-glibcs.py update-syscalls. Tested with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h1
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h1
-rw-r--r--sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h b/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h
index 29217a1304..57e0fe0b3b 100644
--- a/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h
+++ b/sysdeps/unix/sysv/linux/mips/mips32/arch-syscall.h
@@ -56,6 +56,7 @@
#define __NR_exit 4001
#define __NR_exit_group 4246
#define __NR_faccessat 4300
+#define __NR_faccessat2 4439
#define __NR_fadvise64 4254
#define __NR_fallocate 4320
#define __NR_fanotify_init 4336
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h b/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h
index 26996a61c8..202329795c 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n32/arch-syscall.h
@@ -53,6 +53,7 @@
#define __NR_exit 6058
#define __NR_exit_group 6205
#define __NR_faccessat 6263
+#define __NR_faccessat2 6439
#define __NR_fadvise64 6216
#define __NR_fallocate 6283
#define __NR_fanotify_init 6300
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h b/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h
index f046a77351..8e1dd0ca94 100644
--- a/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/arch-syscall.h
@@ -48,6 +48,7 @@
#define __NR_exit 5058
#define __NR_exit_group 5205
#define __NR_faccessat 5259
+#define __NR_faccessat2 5439
#define __NR_fadvise64 5215
#define __NR_fallocate 5279
#define __NR_fanotify_init 5295