X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Fsyscall.h;h=5eb9b83054686c3ccbb4c3cb5c185147b01755b7;hb=a3e2f3c2b15053a2f9faccc62947b82f2219599f;hp=1ca5db27bac630ce870f4cdd9a6c92104fa41e03;hpb=208eb584efbf995e0c5d92f76d5f4c08ae0054b4;p=musl 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