From ddcf54969d253582ab2cfdcab8ede9cdae3fb171 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 27 Feb 2015 01:25:24 +0000 Subject: [PATCH] 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. --- linux/arm/syscallent.h | 2 +- linux/hppa/syscallent.h | 2 +- linux/mips/syscallent-n32.h | 2 +- linux/mips/syscallent-n64.h | 2 +- linux/mips/syscallent-o32.h | 2 +- linux/sparc/syscallent.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index f08c55d5..52aed9ed 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, "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" }, diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 230c1901..d502e6ac 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -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" }, diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h index 2a8ad22a..d820cc0d 100644 --- a/linux/mips/syscallent-n32.h +++ b/linux/mips/syscallent-n32.h @@ -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" }, diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h index f3f30870..cdfb6ffb 100644 --- a/linux/mips/syscallent-n64.h +++ b/linux/mips/syscallent-n64.h @@ -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" }, diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index 59c24da2..cb4c2885 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -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" }, diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h index 01dd62db..3ccbd719 100644 --- a/linux/sparc/syscallent.h +++ b/linux/sparc/syscallent.h @@ -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" }, -- 2.40.0