summaryrefslogtreecommitdiff
path: root/src/arch-mips-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-mips-syscalls.c')
-rw-r--r--src/arch-mips-syscalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch-mips-syscalls.c b/src/arch-mips-syscalls.c
index af098c8..fb7fa14 100644
--- a/src/arch-mips-syscalls.c
+++ b/src/arch-mips-syscalls.c
@@ -30,7 +30,7 @@
/* O32 ABI */
#define __SCMP_NR_BASE 4000
-/* NOTE: based on Linux 4.2-rc5 */
+/* NOTE: based on Linux 4.3 */
const struct arch_syscall_def mips_syscall_table[] = { \
{ "_llseek", (__SCMP_NR_BASE + 140) },
{ "_newselect", (__SCMP_NR_BASE + 142) },
@@ -435,9 +435,9 @@ const struct arch_syscall_def mips_syscall_table[] = { \
{ "unlinkat", (__SCMP_NR_BASE + 294) },
{ "unshare", (__SCMP_NR_BASE + 303) },
{ "uselib", (__SCMP_NR_BASE + 86) },
+ { "userfaultfd", (__SCMP_NR_BASE + 357) },
{ "usr26", __PNR_usr26 },
{ "usr32", __PNR_usr32 },
- { "userfaultfd", (__SCMP_NR_BASE + 357) },
{ "ustat", (__SCMP_NR_BASE + 62) },
{ "utime", (__SCMP_NR_BASE + 30) },
{ "utimensat", (__SCMP_NR_BASE + 316) },