Linux: Add oddly-named arm syscalls to syscall-names.list
authorFlorian Weimer <fweimer@redhat.com>
Fri, 31 May 2019 11:52:16 +0000 (13:52 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 1 Jun 2019 11:33:49 +0000 (13:33 +0200)
commit0bb8f8c791862a4ff38a584af23bbb5bf3f90acd
tree24c2755d401649e5fd58af1fec3aa5ce59fdc05a
parent9250e6610fdb0f3a6f238d2813e319a41fb7a810
Linux: Add oddly-named arm syscalls to syscall-names.list

<asm/unistd.h> on arm defines the following macros:

#define __ARM_NR_breakpoint             (__ARM_NR_BASE+1)
#define __ARM_NR_cacheflush             (__ARM_NR_BASE+2)
#define __ARM_NR_usr26                  (__ARM_NR_BASE+3)
#define __ARM_NR_usr32                  (__ARM_NR_BASE+4)
#define __ARM_NR_set_tls                (__ARM_NR_BASE+5)
#define __ARM_NR_get_tls                (__ARM_NR_BASE+6)

These do not follow the regular __NR_* naming convention and
have so far been ignored by the syscall-names.list consistency
checks.  This commit adds these names to the file, preparing
for the availability of these names in the regular __NR_*
namespace.
ChangeLog
sysdeps/unix/sysv/linux/syscall-names.list