1570af302Sopenharmony_ci#define __NR_syscall 4000 2570af302Sopenharmony_ci#define __NR_exit 4001 3570af302Sopenharmony_ci#define __NR_fork 4002 4570af302Sopenharmony_ci#define __NR_read 4003 5570af302Sopenharmony_ci#define __NR_write 4004 6570af302Sopenharmony_ci#define __NR_open 4005 7570af302Sopenharmony_ci#define __NR_close 4006 8570af302Sopenharmony_ci#define __NR_waitpid 4007 9570af302Sopenharmony_ci#define __NR_creat 4008 10570af302Sopenharmony_ci#define __NR_link 4009 11570af302Sopenharmony_ci#define __NR_unlink 4010 12570af302Sopenharmony_ci#define __NR_execve 4011 13570af302Sopenharmony_ci#define __NR_chdir 4012 14570af302Sopenharmony_ci#define __NR_time 4013 15570af302Sopenharmony_ci#define __NR_mknod 4014 16570af302Sopenharmony_ci#define __NR_chmod 4015 17570af302Sopenharmony_ci#define __NR_lchown 4016 18570af302Sopenharmony_ci#define __NR_break 4017 19570af302Sopenharmony_ci#define __NR_unused18 4018 20570af302Sopenharmony_ci#define __NR_lseek 4019 21570af302Sopenharmony_ci#define __NR_getpid 4020 22570af302Sopenharmony_ci#define __NR_mount 4021 23570af302Sopenharmony_ci#define __NR_umount 4022 24570af302Sopenharmony_ci#define __NR_setuid 4023 25570af302Sopenharmony_ci#define __NR_getuid 4024 26570af302Sopenharmony_ci#define __NR_stime 4025 27570af302Sopenharmony_ci#define __NR_ptrace 4026 28570af302Sopenharmony_ci#define __NR_alarm 4027 29570af302Sopenharmony_ci#define __NR_unused28 4028 30570af302Sopenharmony_ci#define __NR_pause 4029 31570af302Sopenharmony_ci#define __NR_utime 4030 32570af302Sopenharmony_ci#define __NR_stty 4031 33570af302Sopenharmony_ci#define __NR_gtty 4032 34570af302Sopenharmony_ci#define __NR_access 4033 35570af302Sopenharmony_ci#define __NR_nice 4034 36570af302Sopenharmony_ci#define __NR_ftime 4035 37570af302Sopenharmony_ci#define __NR_sync 4036 38570af302Sopenharmony_ci#define __NR_kill 4037 39570af302Sopenharmony_ci#define __NR_rename 4038 40570af302Sopenharmony_ci#define __NR_mkdir 4039 41570af302Sopenharmony_ci#define __NR_rmdir 4040 42570af302Sopenharmony_ci#define __NR_dup 4041 43570af302Sopenharmony_ci#define __NR_pipe 4042 44570af302Sopenharmony_ci#define __NR_times 4043 45570af302Sopenharmony_ci#define __NR_prof 4044 46570af302Sopenharmony_ci#define __NR_brk 4045 47570af302Sopenharmony_ci#define __NR_setgid 4046 48570af302Sopenharmony_ci#define __NR_getgid 4047 49570af302Sopenharmony_ci#define __NR_signal 4048 50570af302Sopenharmony_ci#define __NR_geteuid 4049 51570af302Sopenharmony_ci#define __NR_getegid 4050 52570af302Sopenharmony_ci#define __NR_acct 4051 53570af302Sopenharmony_ci#define __NR_umount2 4052 54570af302Sopenharmony_ci#define __NR_lock 4053 55570af302Sopenharmony_ci#define __NR_ioctl 4054 56570af302Sopenharmony_ci#define __NR_fcntl 4055 57570af302Sopenharmony_ci#define __NR_mpx 4056 58570af302Sopenharmony_ci#define __NR_setpgid 4057 59570af302Sopenharmony_ci#define __NR_ulimit 4058 60570af302Sopenharmony_ci#define __NR_unused59 4059 61570af302Sopenharmony_ci#define __NR_umask 4060 62570af302Sopenharmony_ci#define __NR_chroot 4061 63570af302Sopenharmony_ci#define __NR_ustat 4062 64570af302Sopenharmony_ci#define __NR_dup2 4063 65570af302Sopenharmony_ci#define __NR_getppid 4064 66570af302Sopenharmony_ci#define __NR_getpgrp 4065 67570af302Sopenharmony_ci#define __NR_setsid 4066 68570af302Sopenharmony_ci#define __NR_sigaction 4067 69570af302Sopenharmony_ci#define __NR_sgetmask 4068 70570af302Sopenharmony_ci#define __NR_ssetmask 4069 71570af302Sopenharmony_ci#define __NR_setreuid 4070 72570af302Sopenharmony_ci#define __NR_setregid 4071 73570af302Sopenharmony_ci#define __NR_sigsuspend 4072 74570af302Sopenharmony_ci#define __NR_sigpending 4073 75570af302Sopenharmony_ci#define __NR_sethostname 4074 76570af302Sopenharmony_ci#define __NR_setrlimit 4075 77570af302Sopenharmony_ci#define __NR_getrlimit 4076 78570af302Sopenharmony_ci#define __NR_getrusage 4077 79570af302Sopenharmony_ci#define __NR_gettimeofday_time32 4078 80570af302Sopenharmony_ci#define __NR_settimeofday_time32 4079 81570af302Sopenharmony_ci#define __NR_getgroups 4080 82570af302Sopenharmony_ci#define __NR_setgroups 4081 83570af302Sopenharmony_ci#define __NR_reserved82 4082 84570af302Sopenharmony_ci#define __NR_symlink 4083 85570af302Sopenharmony_ci#define __NR_unused84 4084 86570af302Sopenharmony_ci#define __NR_readlink 4085 87570af302Sopenharmony_ci#define __NR_uselib 4086 88570af302Sopenharmony_ci#define __NR_swapon 4087 89570af302Sopenharmony_ci#define __NR_reboot 4088 90570af302Sopenharmony_ci#define __NR_readdir 4089 91570af302Sopenharmony_ci#define __NR_mmap 4090 92570af302Sopenharmony_ci#define __NR_munmap 4091 93570af302Sopenharmony_ci#define __NR_truncate 4092 94570af302Sopenharmony_ci#define __NR_ftruncate 4093 95570af302Sopenharmony_ci#define __NR_fchmod 4094 96570af302Sopenharmony_ci#define __NR_fchown 4095 97570af302Sopenharmony_ci#define __NR_getpriority 4096 98570af302Sopenharmony_ci#define __NR_setpriority 4097 99570af302Sopenharmony_ci#define __NR_profil 4098 100570af302Sopenharmony_ci#define __NR_statfs 4099 101570af302Sopenharmony_ci#define __NR_fstatfs 4100 102570af302Sopenharmony_ci#define __NR_ioperm 4101 103570af302Sopenharmony_ci#define __NR_socketcall 4102 104570af302Sopenharmony_ci#define __NR_syslog 4103 105570af302Sopenharmony_ci#define __NR_setitimer 4104 106570af302Sopenharmony_ci#define __NR_getitimer 4105 107570af302Sopenharmony_ci#define __NR_stat 4106 108570af302Sopenharmony_ci#define __NR_lstat 4107 109570af302Sopenharmony_ci#define __NR_fstat 4108 110570af302Sopenharmony_ci#define __NR_unused109 4109 111570af302Sopenharmony_ci#define __NR_iopl 4110 112570af302Sopenharmony_ci#define __NR_vhangup 4111 113570af302Sopenharmony_ci#define __NR_idle 4112 114570af302Sopenharmony_ci#define __NR_vm86 4113 115570af302Sopenharmony_ci#define __NR_wait4 4114 116570af302Sopenharmony_ci#define __NR_swapoff 4115 117570af302Sopenharmony_ci#define __NR_sysinfo 4116 118570af302Sopenharmony_ci#define __NR_ipc 4117 119570af302Sopenharmony_ci#define __NR_fsync 4118 120570af302Sopenharmony_ci#define __NR_sigreturn 4119 121570af302Sopenharmony_ci#define __NR_clone 4120 122570af302Sopenharmony_ci#define __NR_setdomainname 4121 123570af302Sopenharmony_ci#define __NR_uname 4122 124570af302Sopenharmony_ci#define __NR_modify_ldt 4123 125570af302Sopenharmony_ci#define __NR_adjtimex 4124 126570af302Sopenharmony_ci#define __NR_mprotect 4125 127570af302Sopenharmony_ci#define __NR_sigprocmask 4126 128570af302Sopenharmony_ci#define __NR_create_module 4127 129570af302Sopenharmony_ci#define __NR_init_module 4128 130570af302Sopenharmony_ci#define __NR_delete_module 4129 131570af302Sopenharmony_ci#define __NR_get_kernel_syms 4130 132570af302Sopenharmony_ci#define __NR_quotactl 4131 133570af302Sopenharmony_ci#define __NR_getpgid 4132 134570af302Sopenharmony_ci#define __NR_fchdir 4133 135570af302Sopenharmony_ci#define __NR_bdflush 4134 136570af302Sopenharmony_ci#define __NR_sysfs 4135 137570af302Sopenharmony_ci#define __NR_personality 4136 138570af302Sopenharmony_ci#define __NR_afs_syscall 4137 139570af302Sopenharmony_ci#define __NR_setfsuid 4138 140570af302Sopenharmony_ci#define __NR_setfsgid 4139 141570af302Sopenharmony_ci#define __NR__llseek 4140 142570af302Sopenharmony_ci#define __NR_getdents 4141 143570af302Sopenharmony_ci#define __NR__newselect 4142 144570af302Sopenharmony_ci#define __NR_flock 4143 145570af302Sopenharmony_ci#define __NR_msync 4144 146570af302Sopenharmony_ci#define __NR_readv 4145 147570af302Sopenharmony_ci#define __NR_writev 4146 148570af302Sopenharmony_ci#define __NR_cacheflush 4147 149570af302Sopenharmony_ci#define __NR_cachectl 4148 150570af302Sopenharmony_ci#define __NR_sysmips 4149 151570af302Sopenharmony_ci#define __NR_unused150 4150 152570af302Sopenharmony_ci#define __NR_getsid 4151 153570af302Sopenharmony_ci#define __NR_fdatasync 4152 154570af302Sopenharmony_ci#define __NR__sysctl 4153 155570af302Sopenharmony_ci#define __NR_mlock 4154 156570af302Sopenharmony_ci#define __NR_munlock 4155 157570af302Sopenharmony_ci#define __NR_mlockall 4156 158570af302Sopenharmony_ci#define __NR_munlockall 4157 159570af302Sopenharmony_ci#define __NR_sched_setparam 4158 160570af302Sopenharmony_ci#define __NR_sched_getparam 4159 161570af302Sopenharmony_ci#define __NR_sched_setscheduler 4160 162570af302Sopenharmony_ci#define __NR_sched_getscheduler 4161 163570af302Sopenharmony_ci#define __NR_sched_yield 4162 164570af302Sopenharmony_ci#define __NR_sched_get_priority_max 4163 165570af302Sopenharmony_ci#define __NR_sched_get_priority_min 4164 166570af302Sopenharmony_ci#define __NR_sched_rr_get_interval 4165 167570af302Sopenharmony_ci#define __NR_nanosleep 4166 168570af302Sopenharmony_ci#define __NR_mremap 4167 169570af302Sopenharmony_ci#define __NR_accept 4168 170570af302Sopenharmony_ci#define __NR_bind 4169 171570af302Sopenharmony_ci#define __NR_connect 4170 172570af302Sopenharmony_ci#define __NR_getpeername 4171 173570af302Sopenharmony_ci#define __NR_getsockname 4172 174570af302Sopenharmony_ci#define __NR_getsockopt 4173 175570af302Sopenharmony_ci#define __NR_listen 4174 176570af302Sopenharmony_ci#define __NR_recv 4175 177570af302Sopenharmony_ci#define __NR_recvfrom 4176 178570af302Sopenharmony_ci#define __NR_recvmsg 4177 179570af302Sopenharmony_ci#define __NR_send 4178 180570af302Sopenharmony_ci#define __NR_sendmsg 4179 181570af302Sopenharmony_ci#define __NR_sendto 4180 182570af302Sopenharmony_ci#define __NR_setsockopt 4181 183570af302Sopenharmony_ci#define __NR_shutdown 4182 184570af302Sopenharmony_ci#define __NR_socket 4183 185570af302Sopenharmony_ci#define __NR_socketpair 4184 186570af302Sopenharmony_ci#define __NR_setresuid 4185 187570af302Sopenharmony_ci#define __NR_getresuid 4186 188570af302Sopenharmony_ci#define __NR_query_module 4187 189570af302Sopenharmony_ci#define __NR_poll 4188 190570af302Sopenharmony_ci#define __NR_nfsservctl 4189 191570af302Sopenharmony_ci#define __NR_setresgid 4190 192570af302Sopenharmony_ci#define __NR_getresgid 4191 193570af302Sopenharmony_ci#define __NR_prctl 4192 194570af302Sopenharmony_ci#define __NR_rt_sigreturn 4193 195570af302Sopenharmony_ci#define __NR_rt_sigaction 4194 196570af302Sopenharmony_ci#define __NR_rt_sigprocmask 4195 197570af302Sopenharmony_ci#define __NR_rt_sigpending 4196 198570af302Sopenharmony_ci#define __NR_rt_sigtimedwait 4197 199570af302Sopenharmony_ci#define __NR_rt_sigqueueinfo 4198 200570af302Sopenharmony_ci#define __NR_rt_sigsuspend 4199 201570af302Sopenharmony_ci#define __NR_pread64 4200 202570af302Sopenharmony_ci#define __NR_pwrite64 4201 203570af302Sopenharmony_ci#define __NR_chown 4202 204570af302Sopenharmony_ci#define __NR_getcwd 4203 205570af302Sopenharmony_ci#define __NR_capget 4204 206570af302Sopenharmony_ci#define __NR_capset 4205 207570af302Sopenharmony_ci#define __NR_sigaltstack 4206 208570af302Sopenharmony_ci#define __NR_sendfile 4207 209570af302Sopenharmony_ci#define __NR_getpmsg 4208 210570af302Sopenharmony_ci#define __NR_putpmsg 4209 211570af302Sopenharmony_ci#define __NR_mmap2 4210 212570af302Sopenharmony_ci#define __NR_truncate64 4211 213570af302Sopenharmony_ci#define __NR_ftruncate64 4212 214570af302Sopenharmony_ci#define __NR_stat64 4213 215570af302Sopenharmony_ci#define __NR_lstat64 4214 216570af302Sopenharmony_ci#define __NR_fstat64 4215 217570af302Sopenharmony_ci#define __NR_pivot_root 4216 218570af302Sopenharmony_ci#define __NR_mincore 4217 219570af302Sopenharmony_ci#define __NR_madvise 4218 220570af302Sopenharmony_ci#define __NR_getdents64 4219 221570af302Sopenharmony_ci#define __NR_fcntl64 4220 222570af302Sopenharmony_ci#define __NR_reserved221 4221 223570af302Sopenharmony_ci#define __NR_gettid 4222 224570af302Sopenharmony_ci#define __NR_readahead 4223 225570af302Sopenharmony_ci#define __NR_setxattr 4224 226570af302Sopenharmony_ci#define __NR_lsetxattr 4225 227570af302Sopenharmony_ci#define __NR_fsetxattr 4226 228570af302Sopenharmony_ci#define __NR_getxattr 4227 229570af302Sopenharmony_ci#define __NR_lgetxattr 4228 230570af302Sopenharmony_ci#define __NR_fgetxattr 4229 231570af302Sopenharmony_ci#define __NR_listxattr 4230 232570af302Sopenharmony_ci#define __NR_llistxattr 4231 233570af302Sopenharmony_ci#define __NR_flistxattr 4232 234570af302Sopenharmony_ci#define __NR_removexattr 4233 235570af302Sopenharmony_ci#define __NR_lremovexattr 4234 236570af302Sopenharmony_ci#define __NR_fremovexattr 4235 237570af302Sopenharmony_ci#define __NR_tkill 4236 238570af302Sopenharmony_ci#define __NR_sendfile64 4237 239570af302Sopenharmony_ci#define __NR_futex 4238 240570af302Sopenharmony_ci#define __NR_sched_setaffinity 4239 241570af302Sopenharmony_ci#define __NR_sched_getaffinity 4240 242570af302Sopenharmony_ci#define __NR_io_setup 4241 243570af302Sopenharmony_ci#define __NR_io_destroy 4242 244570af302Sopenharmony_ci#define __NR_io_getevents 4243 245570af302Sopenharmony_ci#define __NR_io_submit 4244 246570af302Sopenharmony_ci#define __NR_io_cancel 4245 247570af302Sopenharmony_ci#define __NR_exit_group 4246 248570af302Sopenharmony_ci#define __NR_lookup_dcookie 4247 249570af302Sopenharmony_ci#define __NR_epoll_create 4248 250570af302Sopenharmony_ci#define __NR_epoll_ctl 4249 251570af302Sopenharmony_ci#define __NR_epoll_wait 4250 252570af302Sopenharmony_ci#define __NR_remap_file_pages 4251 253570af302Sopenharmony_ci#define __NR_set_tid_address 4252 254570af302Sopenharmony_ci#define __NR_restart_syscall 4253 255570af302Sopenharmony_ci#define __NR_fadvise64 4254 256570af302Sopenharmony_ci#define __NR_statfs64 4255 257570af302Sopenharmony_ci#define __NR_fstatfs64 4256 258570af302Sopenharmony_ci#define __NR_timer_create 4257 259570af302Sopenharmony_ci#define __NR_timer_settime32 4258 260570af302Sopenharmony_ci#define __NR_timer_gettime32 4259 261570af302Sopenharmony_ci#define __NR_timer_getoverrun 4260 262570af302Sopenharmony_ci#define __NR_timer_delete 4261 263570af302Sopenharmony_ci#define __NR_clock_settime32 4262 264570af302Sopenharmony_ci#define __NR_clock_gettime32 4263 265570af302Sopenharmony_ci#define __NR_clock_getres_time32 4264 266570af302Sopenharmony_ci#define __NR_clock_nanosleep_time32 4265 267570af302Sopenharmony_ci#define __NR_tgkill 4266 268570af302Sopenharmony_ci#define __NR_utimes 4267 269570af302Sopenharmony_ci#define __NR_mbind 4268 270570af302Sopenharmony_ci#define __NR_get_mempolicy 4269 271570af302Sopenharmony_ci#define __NR_set_mempolicy 4270 272570af302Sopenharmony_ci#define __NR_mq_open 4271 273570af302Sopenharmony_ci#define __NR_mq_unlink 4272 274570af302Sopenharmony_ci#define __NR_mq_timedsend 4273 275570af302Sopenharmony_ci#define __NR_mq_timedreceive 4274 276570af302Sopenharmony_ci#define __NR_mq_notify 4275 277570af302Sopenharmony_ci#define __NR_mq_getsetattr 4276 278570af302Sopenharmony_ci#define __NR_vserver 4277 279570af302Sopenharmony_ci#define __NR_waitid 4278 280570af302Sopenharmony_ci#define __NR_add_key 4280 281570af302Sopenharmony_ci#define __NR_request_key 4281 282570af302Sopenharmony_ci#define __NR_keyctl 4282 283570af302Sopenharmony_ci#define __NR_set_thread_area 4283 284570af302Sopenharmony_ci#define __NR_inotify_init 4284 285570af302Sopenharmony_ci#define __NR_inotify_add_watch 4285 286570af302Sopenharmony_ci#define __NR_inotify_rm_watch 4286 287570af302Sopenharmony_ci#define __NR_migrate_pages 4287 288570af302Sopenharmony_ci#define __NR_openat 4288 289570af302Sopenharmony_ci#define __NR_mkdirat 4289 290570af302Sopenharmony_ci#define __NR_mknodat 4290 291570af302Sopenharmony_ci#define __NR_fchownat 4291 292570af302Sopenharmony_ci#define __NR_futimesat 4292 293570af302Sopenharmony_ci#define __NR_fstatat64 4293 294570af302Sopenharmony_ci#define __NR_unlinkat 4294 295570af302Sopenharmony_ci#define __NR_renameat 4295 296570af302Sopenharmony_ci#define __NR_linkat 4296 297570af302Sopenharmony_ci#define __NR_symlinkat 4297 298570af302Sopenharmony_ci#define __NR_readlinkat 4298 299570af302Sopenharmony_ci#define __NR_fchmodat 4299 300570af302Sopenharmony_ci#define __NR_faccessat 4300 301570af302Sopenharmony_ci#define __NR_pselect6 4301 302570af302Sopenharmony_ci#define __NR_ppoll 4302 303570af302Sopenharmony_ci#define __NR_unshare 4303 304570af302Sopenharmony_ci#define __NR_splice 4304 305570af302Sopenharmony_ci#define __NR_sync_file_range 4305 306570af302Sopenharmony_ci#define __NR_tee 4306 307570af302Sopenharmony_ci#define __NR_vmsplice 4307 308570af302Sopenharmony_ci#define __NR_move_pages 4308 309570af302Sopenharmony_ci#define __NR_set_robust_list 4309 310570af302Sopenharmony_ci#define __NR_get_robust_list 4310 311570af302Sopenharmony_ci#define __NR_kexec_load 4311 312570af302Sopenharmony_ci#define __NR_getcpu 4312 313570af302Sopenharmony_ci#define __NR_epoll_pwait 4313 314570af302Sopenharmony_ci#define __NR_ioprio_set 4314 315570af302Sopenharmony_ci#define __NR_ioprio_get 4315 316570af302Sopenharmony_ci#define __NR_utimensat 4316 317570af302Sopenharmony_ci#define __NR_signalfd 4317 318570af302Sopenharmony_ci#define __NR_timerfd 4318 319570af302Sopenharmony_ci#define __NR_eventfd 4319 320570af302Sopenharmony_ci#define __NR_fallocate 4320 321570af302Sopenharmony_ci#define __NR_timerfd_create 4321 322570af302Sopenharmony_ci#define __NR_timerfd_gettime32 4322 323570af302Sopenharmony_ci#define __NR_timerfd_settime32 4323 324570af302Sopenharmony_ci#define __NR_signalfd4 4324 325570af302Sopenharmony_ci#define __NR_eventfd2 4325 326570af302Sopenharmony_ci#define __NR_epoll_create1 4326 327570af302Sopenharmony_ci#define __NR_dup3 4327 328570af302Sopenharmony_ci#define __NR_pipe2 4328 329570af302Sopenharmony_ci#define __NR_inotify_init1 4329 330570af302Sopenharmony_ci#define __NR_preadv 4330 331570af302Sopenharmony_ci#define __NR_pwritev 4331 332570af302Sopenharmony_ci#define __NR_rt_tgsigqueueinfo 4332 333570af302Sopenharmony_ci#define __NR_perf_event_open 4333 334570af302Sopenharmony_ci#define __NR_accept4 4334 335570af302Sopenharmony_ci#define __NR_recvmmsg 4335 336570af302Sopenharmony_ci#define __NR_fanotify_init 4336 337570af302Sopenharmony_ci#define __NR_fanotify_mark 4337 338570af302Sopenharmony_ci#define __NR_prlimit64 4338 339570af302Sopenharmony_ci#define __NR_name_to_handle_at 4339 340570af302Sopenharmony_ci#define __NR_open_by_handle_at 4340 341570af302Sopenharmony_ci#define __NR_clock_adjtime 4341 342570af302Sopenharmony_ci#define __NR_syncfs 4342 343570af302Sopenharmony_ci#define __NR_sendmmsg 4343 344570af302Sopenharmony_ci#define __NR_setns 4344 345570af302Sopenharmony_ci#define __NR_process_vm_readv 4345 346570af302Sopenharmony_ci#define __NR_process_vm_writev 4346 347570af302Sopenharmony_ci#define __NR_kcmp 4347 348570af302Sopenharmony_ci#define __NR_finit_module 4348 349570af302Sopenharmony_ci#define __NR_sched_setattr 4349 350570af302Sopenharmony_ci#define __NR_sched_getattr 4350 351570af302Sopenharmony_ci#define __NR_renameat2 4351 352570af302Sopenharmony_ci#define __NR_seccomp 4352 353570af302Sopenharmony_ci#define __NR_getrandom 4353 354570af302Sopenharmony_ci#define __NR_memfd_create 4354 355570af302Sopenharmony_ci#define __NR_bpf 4355 356570af302Sopenharmony_ci#define __NR_execveat 4356 357570af302Sopenharmony_ci#define __NR_userfaultfd 4357 358570af302Sopenharmony_ci#define __NR_membarrier 4358 359570af302Sopenharmony_ci#define __NR_mlock2 4359 360570af302Sopenharmony_ci#define __NR_copy_file_range 4360 361570af302Sopenharmony_ci#define __NR_preadv2 4361 362570af302Sopenharmony_ci#define __NR_pwritev2 4362 363570af302Sopenharmony_ci#define __NR_pkey_mprotect 4363 364570af302Sopenharmony_ci#define __NR_pkey_alloc 4364 365570af302Sopenharmony_ci#define __NR_pkey_free 4365 366570af302Sopenharmony_ci#define __NR_statx 4366 367570af302Sopenharmony_ci#define __NR_rseq 4367 368570af302Sopenharmony_ci#define __NR_io_pgetevents 4368 369570af302Sopenharmony_ci#define __NR_semget 4393 370570af302Sopenharmony_ci#define __NR_semctl 4394 371570af302Sopenharmony_ci#define __NR_shmget 4395 372570af302Sopenharmony_ci#define __NR_shmctl 4396 373570af302Sopenharmony_ci#define __NR_shmat 4397 374570af302Sopenharmony_ci#define __NR_shmdt 4398 375570af302Sopenharmony_ci#define __NR_msgget 4399 376570af302Sopenharmony_ci#define __NR_msgsnd 4400 377570af302Sopenharmony_ci#define __NR_msgrcv 4401 378570af302Sopenharmony_ci#define __NR_msgctl 4402 379570af302Sopenharmony_ci#define __NR_clock_gettime64 4403 380570af302Sopenharmony_ci#define __NR_clock_settime64 4404 381570af302Sopenharmony_ci#define __NR_clock_adjtime64 4405 382570af302Sopenharmony_ci#define __NR_clock_getres_time64 4406 383570af302Sopenharmony_ci#define __NR_clock_nanosleep_time64 4407 384570af302Sopenharmony_ci#define __NR_timer_gettime64 4408 385570af302Sopenharmony_ci#define __NR_timer_settime64 4409 386570af302Sopenharmony_ci#define __NR_timerfd_gettime64 4410 387570af302Sopenharmony_ci#define __NR_timerfd_settime64 4411 388570af302Sopenharmony_ci#define __NR_utimensat_time64 4412 389570af302Sopenharmony_ci#define __NR_pselect6_time64 4413 390570af302Sopenharmony_ci#define __NR_ppoll_time64 4414 391570af302Sopenharmony_ci#define __NR_io_pgetevents_time64 4416 392570af302Sopenharmony_ci#define __NR_recvmmsg_time64 4417 393570af302Sopenharmony_ci#define __NR_mq_timedsend_time64 4418 394570af302Sopenharmony_ci#define __NR_mq_timedreceive_time64 4419 395570af302Sopenharmony_ci#define __NR_semtimedop_time64 4420 396570af302Sopenharmony_ci#define __NR_rt_sigtimedwait_time64 4421 397570af302Sopenharmony_ci#define __NR_futex_time64 4422 398570af302Sopenharmony_ci#define __NR_sched_rr_get_interval_time64 4423 399570af302Sopenharmony_ci#define __NR_pidfd_send_signal 4424 400570af302Sopenharmony_ci#define __NR_io_uring_setup 4425 401570af302Sopenharmony_ci#define __NR_io_uring_enter 4426 402570af302Sopenharmony_ci#define __NR_io_uring_register 4427 403570af302Sopenharmony_ci#define __NR_open_tree 4428 404570af302Sopenharmony_ci#define __NR_move_mount 4429 405570af302Sopenharmony_ci#define __NR_fsopen 4430 406570af302Sopenharmony_ci#define __NR_fsconfig 4431 407570af302Sopenharmony_ci#define __NR_fsmount 4432 408570af302Sopenharmony_ci#define __NR_fspick 4433 409570af302Sopenharmony_ci#define __NR_pidfd_open 4434 410570af302Sopenharmony_ci#define __NR_clone3 4435 411570af302Sopenharmony_ci#define __NR_close_range 4436 412570af302Sopenharmony_ci#define __NR_openat2 4437 413570af302Sopenharmony_ci#define __NR_pidfd_getfd 4438 414570af302Sopenharmony_ci#define __NR_faccessat2 4439 415570af302Sopenharmony_ci#define __NR_process_madvise 4440 416570af302Sopenharmony_ci#define __NR_epoll_pwait2 4441 417570af302Sopenharmony_ci#define __NR_mount_setattr 4442 418570af302Sopenharmony_ci#define __NR_landlock_create_ruleset 4444 419570af302Sopenharmony_ci#define __NR_landlock_add_rule 4445 420570af302Sopenharmony_ci#define __NR_landlock_restrict_self 4446 421570af302Sopenharmony_ci 422