add arm private syscall numbers

it is part of kernel uapi, and some programs (e.g. nodejs) do use them
This commit is contained in:
Timo Teräs 2014-12-03 16:09:37 +02:00 committed by Rich Felker
parent 66140b0c92
commit be1f67ab6f
1 changed files with 5 additions and 0 deletions

View File

@ -340,6 +340,11 @@
#define __NR_getrandom 384
#define __NR_memfd_create 385
#define __ARM_NR_breakpoint 0x0f0001
#define __ARM_NR_cacheflush 0x0f0002
#define __ARM_NR_usr26 0x0f0003
#define __ARM_NR_usr32 0x0f0004
#define __ARM_NR_set_tls 0x0f0005
/* Repeated with SYS_ prefix */