about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/ioperm.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-31 13:52:16 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-06-01 13:33:49 +0200
commit0bb8f8c791862a4ff38a584af23bbb5bf3f90acd (patch)
tree24c2755d401649e5fd58af1fec3aa5ce59fdc05a /sysdeps/unix/sysv/linux/arm/ioperm.c
parent9250e6610fdb0f3a6f238d2813e319a41fb7a810 (diff)
downloadglibc-0bb8f8c791862a4ff38a584af23bbb5bf3f90acd.tar.gz
glibc-0bb8f8c791862a4ff38a584af23bbb5bf3f90acd.tar.xz
glibc-0bb8f8c791862a4ff38a584af23bbb5bf3f90acd.zip
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/ioperm.c')
0 files changed, 0 insertions, 0 deletions