projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66140b0
)
add arm private syscall numbers
author
Timo Teräs
<timo.teras@iki.fi>
Wed, 3 Dec 2014 14:09:37 +0000
(16:09 +0200)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 3 Dec 2014 14:50:35 +0000
(09:50 -0500)
it is part of kernel uapi, and some programs (e.g. nodejs) do use them
arch/arm/bits/syscall.h
patch
|
blob
|
history
diff --git
a/arch/arm/bits/syscall.h
b/arch/arm/bits/syscall.h
index d1b1c99c35b4939d09a2d38d5e642a9813859763..df23b83e8abf4664160e0d73d621ad51ac84c83e 100644
(file)
--- a/
arch/arm/bits/syscall.h
+++ b/
arch/arm/bits/syscall.h
@@
-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 */