diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-05-31 13:52:16 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-06-01 13:33:49 +0200 |
commit | 0bb8f8c791862a4ff38a584af23bbb5bf3f90acd (patch) | |
tree | 24c2755d401649e5fd58af1fec3aa5ce59fdc05a /support/xsignal.h | |
parent | 9250e6610fdb0f3a6f238d2813e319a41fb7a810 (diff) | |
download | glibc-0bb8f8c791862a4ff38a584af23bbb5bf3f90acd.zip glibc-0bb8f8c791862a4ff38a584af23bbb5bf3f90acd.tar.gz glibc-0bb8f8c791862a4ff38a584af23bbb5bf3f90acd.tar.bz2 |
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 'support/xsignal.h')
0 files changed, 0 insertions, 0 deletions