summaryrefslogtreecommitdiff
path: root/src/arch-mips64-syscalls.c
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-11-10 19:17:05 -0500
committerPaul Moore <pmoore@redhat.com>2015-11-11 16:00:22 -0500
commit24114ca6703036f76be1920a7ba387d6835dd764 (patch)
tree2c95306b57ffaffa96403575106f9043f43c45aa /src/arch-mips64-syscalls.c
parentd2ca11b7cdddbba3782b1e306ceacf19e898faee (diff)
downloadlibseccomp-24114ca6703036f76be1920a7ba387d6835dd764.tar.gz
arch: update the syscalls for Linux 4.3
Some additional testing/work is needed to ensure everything works correctly with the direct wired socket syscalls on x86. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/arch-mips64-syscalls.c')
-rw-r--r--src/arch-mips64-syscalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch-mips64-syscalls.c b/src/arch-mips64-syscalls.c
index ba7bc8c..86824a9 100644
--- a/src/arch-mips64-syscalls.c
+++ b/src/arch-mips64-syscalls.c
@@ -30,7 +30,7 @@
/* 64 ABI */
#define __SCMP_NR_BASE 5000
-/* NOTE: based on Linux 4.2-rc5 */
+/* NOTE: based on Linux 4.3 */
const struct arch_syscall_def mips64_syscall_table[] = { \
{ "_llseek", __PNR__llseek },
{ "_newselect", (__SCMP_NR_BASE + 22) },
@@ -435,9 +435,9 @@ const struct arch_syscall_def mips64_syscall_table[] = { \
{ "unlinkat", (__SCMP_NR_BASE + 253) },
{ "unshare", (__SCMP_NR_BASE + 262) },
{ "uselib", __PNR_uselib },
+ { "userfaultfd", (__SCMP_NR_BASE + 317) },
{ "usr26", __PNR_usr26 },
{ "usr32", __PNR_usr32 },
- { "userfaultfd", (__SCMP_NR_BASE + 317) },
{ "ustat", (__SCMP_NR_BASE + 133) },
{ "utime", (__SCMP_NR_BASE + 130) },
{ "utimensat", (__SCMP_NR_BASE + 275) },