From: Dmitry V. Levin Date: Thu, 26 Feb 2015 23:04:04 +0000 (+0000) Subject: arm: sync syscall entry names with kernel X-Git-Tag: v4.10~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adee242dec2ec101692cb3d5b7d10f3f6397022c;p=strace arm: sync syscall entry names with kernel * linux/arm/syscallent.h (82, 90, 180, 181, 327): Change syscall names to match __NR_* constants defined in arch/arm/include/uapi/asm/unistd.h. --- diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index b57a0927..f08c55d5 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -108,7 +108,7 @@ [ 79] = { 2, 0, sys_settimeofday, "settimeofday" }, [ 80] = { 2, 0, sys_getgroups16, "getgroups" }, [ 81] = { 2, 0, sys_setgroups16, "setgroups" }, -[ 82] = { 1, TD, sys_oldselect, "oldselect" }, +[ 82] = { 1, TD, sys_oldselect, "select" }, [ 83] = { 2, TF, sys_symlink, "symlink" }, [ 84] = { 2, TF, sys_oldlstat, "oldlstat" }, [ 85] = { 3, TF, sys_readlink, "readlink" }, @@ -116,7 +116,7 @@ [ 87] = { 2, TF, sys_swapon, "swapon" }, [ 88] = { 4, 0, sys_reboot, "reboot" }, [ 89] = { 3, TD, sys_readdir, "readdir" }, -[ 90] = { 1, TD|TM|SI, sys_old_mmap, "old_mmap" }, +[ 90] = { 1, TD|TM|SI, sys_old_mmap, "mmap" }, [ 91] = { 2, TM|SI, sys_munmap, "munmap" }, [ 92] = { 2, TF, sys_truncate, "truncate" }, [ 93] = { 2, TD, sys_ftruncate, "ftruncate" }, @@ -206,8 +206,8 @@ [177] = { 4, TS, sys_rt_sigtimedwait, "rt_sigtimedwait" }, [178] = { 3, TS, sys_rt_sigqueueinfo, "rt_sigqueueinfo" }, [179] = { 2, TS, sys_rt_sigsuspend, "rt_sigsuspend" }, -[180] = { 6, TD, sys_pread, "pread" }, -[181] = { 6, TD, sys_pwrite, "pwrite" }, +[180] = { 6, TD, sys_pread, "pread64" }, +[181] = { 6, TD, sys_pwrite, "pwrite64" }, [182] = { 3, TF, sys_chown16, "chown" }, [183] = { 2, TF, sys_getcwd, "getcwd" }, [184] = { 2, 0, sys_capget, "capget" }, @@ -351,7 +351,7 @@ [324] = { 4, TD|TF, sys_mknodat, "mknodat" }, [325] = { 5, TD|TF, sys_fchownat, "fchownat" }, [326] = { 3, TD|TF, sys_futimesat, "futimesat" }, -[327] = { 4, TD|TF, sys_newfstatat, "newfstatat" }, +[327] = { 4, TD|TF, sys_newfstatat, "fstatat64" }, [328] = { 3, TD|TF, sys_unlinkat, "unlinkat" }, [329] = { 4, TD|TF, sys_renameat, "renameat" }, [330] = { 5, TD|TF, sys_linkat, "linkat" },