1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-19 00:02:09 +03:00
Files
glibc/sysdeps/unix/sysv/linux
Florian Weimer 0bb8f8c791 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.
2019-06-01 13:33:49 +02:00
..
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00
2019-05-20 12:25:31 -03:00
2019-05-29 10:26:30 -03:00
2019-05-29 10:26:30 -03:00
2019-02-01 12:24:52 +00:00
2019-02-01 12:24:52 +00:00
2019-02-01 12:24:52 +00:00
2019-05-14 08:41:15 -03:00
2019-05-14 22:55:51 +02:00
2019-05-20 12:25:28 -03:00
2019-05-14 08:41:15 -03:00
2019-02-27 13:55:45 +00:00
2019-01-03 09:32:12 -02:00
2019-05-14 22:55:51 +02:00
2019-05-14 08:41:15 -03:00
2019-05-14 22:55:51 +02:00
2019-05-14 22:55:51 +02:00