]> granicus.if.org Git - strace/commitdiff
Rename _newselect to select
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 27 Feb 2015 01:25:24 +0000 (01:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 27 Feb 2015 01:25:24 +0000 (01:25 +0000)
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
linux/hppa/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/sparc/syscallent.h

index f08c55d5236670fcde7cca3c6e239cdfcda851a2..52aed9ed2ba2892b61a4f87d001124097553258c 100644 (file)
 [ 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"              },
index 230c190152d1ff58ceeb1f91b6e20f42281159c9..d502e6ac939a7b03b84f7be07ee540adc4e58d07 100644 (file)
 [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"                 },
index 2a8ad22a902d2159ecc116d7db51843e53f9d419..d820cc0dd59b68c5e3dfa7be567ba22b7173c7f5 100644 (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"                 },
index f3f3087031da12b44fc6979419b75833259919a0..cdfb6ffbb0f100215a082f048a74863a2b823ba2 100644 (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"                 },
index 59c24da2ca5e7f1ff9570f17a9be14ba5b59ae35..cb4c288522c3b9c43b21f0be9f87ede11c708c86 100644 (file)
 [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"                 },
index 01dd62dbaaf67c2d2e5cb64289df9675e090e154..3ccbd7190671f4043009ab81a112fd86ee030e32 100644 (file)
 [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"                 },