unistd_x32.h (1842bdfd) unistd_x32.h (fff02bc0)
1#ifndef _ASM_X86_UNISTD_X32_H
2#define _ASM_X86_UNISTD_X32_H 1
3
4#define __NR_read (__X32_SYSCALL_BIT + 0)
5#define __NR_write (__X32_SYSCALL_BIT + 1)
6#define __NR_open (__X32_SYSCALL_BIT + 2)
7#define __NR_close (__X32_SYSCALL_BIT + 3)
8#define __NR_stat (__X32_SYSCALL_BIT + 4)

--- 267 unchanged lines hidden (view full) ---

276#define __NR_renameat2 (__X32_SYSCALL_BIT + 316)
277#define __NR_seccomp (__X32_SYSCALL_BIT + 317)
278#define __NR_getrandom (__X32_SYSCALL_BIT + 318)
279#define __NR_memfd_create (__X32_SYSCALL_BIT + 319)
280#define __NR_kexec_file_load (__X32_SYSCALL_BIT + 320)
281#define __NR_bpf (__X32_SYSCALL_BIT + 321)
282#define __NR_userfaultfd (__X32_SYSCALL_BIT + 323)
283#define __NR_membarrier (__X32_SYSCALL_BIT + 324)
1#ifndef _ASM_X86_UNISTD_X32_H
2#define _ASM_X86_UNISTD_X32_H 1
3
4#define __NR_read (__X32_SYSCALL_BIT + 0)
5#define __NR_write (__X32_SYSCALL_BIT + 1)
6#define __NR_open (__X32_SYSCALL_BIT + 2)
7#define __NR_close (__X32_SYSCALL_BIT + 3)
8#define __NR_stat (__X32_SYSCALL_BIT + 4)

--- 267 unchanged lines hidden (view full) ---

276#define __NR_renameat2 (__X32_SYSCALL_BIT + 316)
277#define __NR_seccomp (__X32_SYSCALL_BIT + 317)
278#define __NR_getrandom (__X32_SYSCALL_BIT + 318)
279#define __NR_memfd_create (__X32_SYSCALL_BIT + 319)
280#define __NR_kexec_file_load (__X32_SYSCALL_BIT + 320)
281#define __NR_bpf (__X32_SYSCALL_BIT + 321)
282#define __NR_userfaultfd (__X32_SYSCALL_BIT + 323)
283#define __NR_membarrier (__X32_SYSCALL_BIT + 324)
284#define __NR_mlock2 (__X32_SYSCALL_BIT + 325)
284#define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
285#define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
286#define __NR_ioctl (__X32_SYSCALL_BIT + 514)
287#define __NR_readv (__X32_SYSCALL_BIT + 515)
288#define __NR_writev (__X32_SYSCALL_BIT + 516)
289#define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
290#define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
291#define __NR_recvmsg (__X32_SYSCALL_BIT + 519)

--- 28 unchanged lines hidden ---
285#define __NR_rt_sigaction (__X32_SYSCALL_BIT + 512)
286#define __NR_rt_sigreturn (__X32_SYSCALL_BIT + 513)
287#define __NR_ioctl (__X32_SYSCALL_BIT + 514)
288#define __NR_readv (__X32_SYSCALL_BIT + 515)
289#define __NR_writev (__X32_SYSCALL_BIT + 516)
290#define __NR_recvfrom (__X32_SYSCALL_BIT + 517)
291#define __NR_sendmsg (__X32_SYSCALL_BIT + 518)
292#define __NR_recvmsg (__X32_SYSCALL_BIT + 519)

--- 28 unchanged lines hidden ---