]> granicus.if.org Git - strace/commit
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)
commitddcf54969d253582ab2cfdcab8ede9cdae3fb171
tree4c169c288631c7efd85a8ef4dc5d36f9538a18ce
parentf4d6b37dfd2a9db41e8a5b7278e1af6af40bb306
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
linux/hppa/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/sparc/syscallent.h