提交 be1f67ab 编写于 作者: T Timo Teräs 提交者: Rich Felker

add arm private syscall numbers

it is part of kernel uapi, and some programs (e.g. nodejs) do use them
上级 66140b0c
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册