unistd.h (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) | unistd.h (c90f06943e05519a87140dc407cf589c220aeedf) |
---|---|
1#ifndef _UAPI_ASM_PARISC_UNISTD_H_ 2#define _UAPI_ASM_PARISC_UNISTD_H_ 3 4/* 5 * This file contains the system call numbers. 6 */ 7 8/* --- 816 unchanged lines hidden (view full) --- 825#define __NR_process_vm_readv (__NR_Linux + 330) 826#define __NR_process_vm_writev (__NR_Linux + 331) 827#define __NR_kcmp (__NR_Linux + 332) 828#define __NR_finit_module (__NR_Linux + 333) 829#define __NR_sched_setattr (__NR_Linux + 334) 830#define __NR_sched_getattr (__NR_Linux + 335) 831#define __NR_utimes (__NR_Linux + 336) 832#define __NR_renameat2 (__NR_Linux + 337) | 1#ifndef _UAPI_ASM_PARISC_UNISTD_H_ 2#define _UAPI_ASM_PARISC_UNISTD_H_ 3 4/* 5 * This file contains the system call numbers. 6 */ 7 8/* --- 816 unchanged lines hidden (view full) --- 825#define __NR_process_vm_readv (__NR_Linux + 330) 826#define __NR_process_vm_writev (__NR_Linux + 331) 827#define __NR_kcmp (__NR_Linux + 332) 828#define __NR_finit_module (__NR_Linux + 333) 829#define __NR_sched_setattr (__NR_Linux + 334) 830#define __NR_sched_getattr (__NR_Linux + 335) 831#define __NR_utimes (__NR_Linux + 336) 832#define __NR_renameat2 (__NR_Linux + 337) |
833#define __NR_seccomp (__NR_Linux + 338) 834#define __NR_getrandom (__NR_Linux + 339) 835#define __NR_memfd_create (__NR_Linux + 340) |
|
833 | 836 |
834#define __NR_Linux_syscalls (__NR_renameat2 + 1) | 837#define __NR_Linux_syscalls (__NR_memfd_create + 1) |
835 836 837#define __IGNORE_select /* newselect */ 838#define __IGNORE_fadvise64 /* fadvise64_64 */ 839 840 841#define HPUX_GATEWAY_ADDR 0xC0000004 842#define LINUX_GATEWAY_ADDR 0x100 843 844#endif /* _UAPI_ASM_PARISC_UNISTD_H_ */ | 838 839 840#define __IGNORE_select /* newselect */ 841#define __IGNORE_fadvise64 /* fadvise64_64 */ 842 843 844#define HPUX_GATEWAY_ADDR 0xC0000004 845#define LINUX_GATEWAY_ADDR 0x100 846 847#endif /* _UAPI_ASM_PARISC_UNISTD_H_ */ |