summaryrefslogtreecommitdiff
path: root/arch/x86_64
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013-04-01 18:02:32 +0000
committerSzabolcs Nagy <nsz@port70.net>2013-04-01 18:02:32 +0000
commit8d3ee0575423edd203ee9e9f6b8ef1974ed5b1d9 (patch)
treee6027a96367c788f611c5d0ff4e2bd16f6a17fd0 /arch/x86_64
parentca2300d9ac006c3940e4ff1ce9c64ba64b9582b5 (diff)
downloadmusl-8d3ee0575423edd203ee9e9f6b8ef1974ed5b1d9.tar.gz
add syscall numbers for the new kcmp and finit_module syscalls
and remove syscall todos from microblaze
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/bits/syscall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/bits/syscall.h b/arch/x86_64/bits/syscall.h
index 1ca5db27..5eb9b830 100644
--- a/arch/x86_64/bits/syscall.h
+++ b/arch/x86_64/bits/syscall.h
@@ -310,6 +310,8 @@
#define __NR_getcpu 309
#define __NR_process_vm_readv 310
#define __NR_process_vm_writev 311
+#define __NR_kcmp 312
+#define __NR_finit_module 313
#undef __NR_fstatat
#undef __NR_pread
@@ -637,6 +639,8 @@
#define SYS_getcpu 309
#define SYS_process_vm_readv 310
#define SYS_process_vm_writev 311
+#define SYS_kcmp 312
+#define SYS_finit_module 313
#undef SYS_fstatat
#undef SYS_pread