diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-04-01 18:02:32 +0000 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-04-01 18:02:32 +0000 |
commit | 8d3ee0575423edd203ee9e9f6b8ef1974ed5b1d9 (patch) | |
tree | e6027a96367c788f611c5d0ff4e2bd16f6a17fd0 /arch/arm/bits/syscall.h | |
parent | ca2300d9ac006c3940e4ff1ce9c64ba64b9582b5 (diff) | |
download | musl-8d3ee0575423edd203ee9e9f6b8ef1974ed5b1d9.tar.gz |
add syscall numbers for the new kcmp and finit_module syscalls
and remove syscall todos from microblaze
Diffstat (limited to 'arch/arm/bits/syscall.h')
-rw-r--r-- | arch/arm/bits/syscall.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/bits/syscall.h b/arch/arm/bits/syscall.h index 1be213d0..dc54bdef 100644 --- a/arch/arm/bits/syscall.h +++ b/arch/arm/bits/syscall.h @@ -331,6 +331,8 @@ #define __NR_setns 375 #define __NR_process_vm_readv 376 #define __NR_process_vm_writev 377 +#define __NR_kcmp 378 +#define __NR_finit_module 379 /* Repeated with SYS_ prefix */ @@ -668,3 +670,5 @@ #define SYS_setns 375 #define SYS_process_vm_readv 376 #define SYS_process_vm_writev 377 +#define SYS_kcmp 378 +#define SYS_finit_module 379 |