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.
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index f08c55d..52aed9e 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"		},