strace/linux/hppa
Denys Vlasenko 31972d52b1 Remove underscores from a few syscall names which have them
Affected names are "_newselect", "_llseek", "_sysctl".
I see no apparent reason why they have leading underscores.
Moreover, some arches have underscored names and some have
non-underscored ones. This is not consistent.

I verified that every architectire I touched did not have
a similarly named syscall without underscore, thus this change
does not introduce new ambiquities.

I left "_exit" untouched for now, but the same points stand for it too:
some architectures use "exit" and no one complains. So why many
arches are using "_exit"?

* linux/*/syscallent.h: Remove underscores from displayed
syscall names for _newselect, _llseek, _sysctl.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-03-17 13:23:00 +01:00
..
errnoent.h Add Linux/hppa port, patch from Richard Hirst 2001-03-27 12:17:16 +00:00
ioctlent.h.in linux/ioctlent: unify them all 2011-03-14 15:32:38 +00:00
signalent.h Add Linux/hppa port, patch from Richard Hirst 2001-03-27 12:17:16 +00:00
syscallent.h Remove underscores from a few syscall names which have them 2012-03-17 13:23:00 +01:00