Rename _newselect to select

As an exception to the general rules that syscall names should match
__NR_* constants defined in kernel headers, show select as "select"
and old select as "oldselect".

* linux/arm/syscallent.h (82): Change name to oldselect.
* linux/hppa/syscallent.h (142): Change name to select.
* linux/mips/syscallent-n32.h (6022): Likewise.
* linux/mips/syscallent-n64.h (5022): Likewise.
* linux/mips/syscallent-o32.h (4142): Likewise.
* linux/sparc/syscallent.h (230): Likewise.
This commit is contained in:
Дмитрий Левин 2015-02-27 01:25:24 +00:00
parent f4d6b37dfd
commit ddcf54969d
6 changed files with 6 additions and 6 deletions

View File

@ -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, "select" },
[ 82] = { 1, TD, sys_oldselect, "oldselect" },
[ 83] = { 2, TF, sys_symlink, "symlink" },
[ 84] = { 2, TF, sys_oldlstat, "oldlstat" },
[ 85] = { 3, TF, sys_readlink, "readlink" },

View File

@ -144,7 +144,7 @@
[139] = { 1, NF, sys_setfsgid, "setfsgid" },
[140] = { 5, TD, sys_llseek, "_llseek" },
[141] = { 3, TD, sys_getdents, "getdents" },
[142] = { 5, TD, sys_select, "_newselect" },
[142] = { 5, TD, sys_select, "select" },
[143] = { 2, TD, sys_flock, "flock" },
[144] = { 3, TM, sys_msync, "msync" },
[145] = { 3, TD, sys_readv, "readv" },

View File

@ -22,7 +22,7 @@
[6019] = { 3, TD, sys_writev, "writev" },
[6020] = { 2, TF, sys_access, "access" },
[6021] = { 1, TD, sys_pipe, "pipe" },
[6022] = { 5, TD, sys_select, "_newselect" },
[6022] = { 5, TD, sys_select, "select" },
[6023] = { 0, 0, sys_sched_yield, "sched_yield" },
[6024] = { 5, TM|SI, sys_mremap, "mremap" },
[6025] = { 3, TM, sys_msync, "msync" },

View File

@ -22,7 +22,7 @@
[5019] = { 3, TD, sys_writev, "writev" },
[5020] = { 2, TF, sys_access, "access" },
[5021] = { 1, TD, sys_pipe, "pipe" },
[5022] = { 5, TD, sys_select, "_newselect" },
[5022] = { 5, TD, sys_select, "select" },
[5023] = { 0, 0, sys_sched_yield, "sched_yield" },
[5024] = { 5, TM|SI, sys_mremap, "mremap" },
[5025] = { 3, TM, sys_msync, "msync" },

View File

@ -142,7 +142,7 @@
[4139] = { 1, NF, sys_setfsgid, "setfsgid" },
[4140] = { 5, TD, sys_llseek, "_llseek" },
[4141] = { 3, TD, sys_getdents, "getdents" },
[4142] = { 5, TD, sys_select, "_newselect" },
[4142] = { 5, TD, sys_select, "select" },
[4143] = { 2, TD, sys_flock, "flock" },
[4144] = { 3, TM, sys_msync, "msync" },
[4145] = { 3, TD, sys_readv, "readv" },

View File

@ -228,7 +228,7 @@
[227] = { 5, 0, sys_afs_syscall, "afs_syscall" },
[228] = { 1, NF, sys_setfsuid16, "setfsuid" },
[229] = { 1, NF, sys_setfsgid16, "setfsgid" },
[230] = { 5, TD, sys_select, "_newselect" },
[230] = { 5, TD, sys_select, "select" },
[231] = { 1, 0, sys_time, "time" },
[232] = { 6, TD, sys_splice, "splice" },
[233] = { 1, 0, sys_stime, "stime" },