1570af302Sopenharmony_ci#define __NR_restart_syscall      0
2570af302Sopenharmony_ci#define __NR_exit		  1
3570af302Sopenharmony_ci#define __NR_fork		  2
4570af302Sopenharmony_ci#define __NR_read		  3
5570af302Sopenharmony_ci#define __NR_write		  4
6570af302Sopenharmony_ci#define __NR_open		  5
7570af302Sopenharmony_ci#define __NR_close		  6
8570af302Sopenharmony_ci#define __NR_waitpid		  7
9570af302Sopenharmony_ci#define __NR_creat		  8
10570af302Sopenharmony_ci#define __NR_link		  9
11570af302Sopenharmony_ci#define __NR_unlink		 10
12570af302Sopenharmony_ci#define __NR_execve		 11
13570af302Sopenharmony_ci#define __NR_chdir		 12
14570af302Sopenharmony_ci#define __NR_time		 13
15570af302Sopenharmony_ci#define __NR_mknod		 14
16570af302Sopenharmony_ci#define __NR_chmod		 15
17570af302Sopenharmony_ci#define __NR_lchown		 16
18570af302Sopenharmony_ci#define __NR_break		 17
19570af302Sopenharmony_ci#define __NR_oldstat		 18
20570af302Sopenharmony_ci#define __NR_lseek		 19
21570af302Sopenharmony_ci#define __NR_getpid		 20
22570af302Sopenharmony_ci#define __NR_mount		 21
23570af302Sopenharmony_ci#define __NR_umount		 22
24570af302Sopenharmony_ci#define __NR_setuid		 23
25570af302Sopenharmony_ci#define __NR_getuid		 24
26570af302Sopenharmony_ci#define __NR_stime		 25
27570af302Sopenharmony_ci#define __NR_ptrace		 26
28570af302Sopenharmony_ci#define __NR_alarm		 27
29570af302Sopenharmony_ci#define __NR_oldfstat		 28
30570af302Sopenharmony_ci#define __NR_pause		 29
31570af302Sopenharmony_ci#define __NR_utime		 30
32570af302Sopenharmony_ci#define __NR_stty		 31
33570af302Sopenharmony_ci#define __NR_gtty		 32
34570af302Sopenharmony_ci#define __NR_access		 33
35570af302Sopenharmony_ci#define __NR_nice		 34
36570af302Sopenharmony_ci#define __NR_ftime		 35
37570af302Sopenharmony_ci#define __NR_sync		 36
38570af302Sopenharmony_ci#define __NR_kill		 37
39570af302Sopenharmony_ci#define __NR_rename		 38
40570af302Sopenharmony_ci#define __NR_mkdir		 39
41570af302Sopenharmony_ci#define __NR_rmdir		 40
42570af302Sopenharmony_ci#define __NR_dup		 41
43570af302Sopenharmony_ci#define __NR_pipe		 42
44570af302Sopenharmony_ci#define __NR_times		 43
45570af302Sopenharmony_ci#define __NR_prof		 44
46570af302Sopenharmony_ci#define __NR_brk		 45
47570af302Sopenharmony_ci#define __NR_setgid		 46
48570af302Sopenharmony_ci#define __NR_getgid		 47
49570af302Sopenharmony_ci#define __NR_signal		 48
50570af302Sopenharmony_ci#define __NR_geteuid		 49
51570af302Sopenharmony_ci#define __NR_getegid		 50
52570af302Sopenharmony_ci#define __NR_acct		 51
53570af302Sopenharmony_ci#define __NR_umount2		 52
54570af302Sopenharmony_ci#define __NR_lock		 53
55570af302Sopenharmony_ci#define __NR_ioctl		 54
56570af302Sopenharmony_ci#define __NR_fcntl		 55
57570af302Sopenharmony_ci#define __NR_mpx		 56
58570af302Sopenharmony_ci#define __NR_setpgid		 57
59570af302Sopenharmony_ci#define __NR_ulimit		 58
60570af302Sopenharmony_ci#define __NR_oldolduname	 59
61570af302Sopenharmony_ci#define __NR_umask		 60
62570af302Sopenharmony_ci#define __NR_chroot		 61
63570af302Sopenharmony_ci#define __NR_ustat		 62
64570af302Sopenharmony_ci#define __NR_dup2		 63
65570af302Sopenharmony_ci#define __NR_getppid		 64
66570af302Sopenharmony_ci#define __NR_getpgrp		 65
67570af302Sopenharmony_ci#define __NR_setsid		 66
68570af302Sopenharmony_ci#define __NR_sigaction		 67
69570af302Sopenharmony_ci#define __NR_sgetmask		 68
70570af302Sopenharmony_ci#define __NR_ssetmask		 69
71570af302Sopenharmony_ci#define __NR_setreuid		 70
72570af302Sopenharmony_ci#define __NR_setregid		 71
73570af302Sopenharmony_ci#define __NR_sigsuspend		 72
74570af302Sopenharmony_ci#define __NR_sigpending		 73
75570af302Sopenharmony_ci#define __NR_sethostname	 74
76570af302Sopenharmony_ci#define __NR_setrlimit		 75
77570af302Sopenharmony_ci#define __NR_getrlimit		 76   /* Back compatible 2Gig limited rlimit */
78570af302Sopenharmony_ci#define __NR_getrusage		 77
79570af302Sopenharmony_ci#define __NR_gettimeofday_time32	 78
80570af302Sopenharmony_ci#define __NR_settimeofday_time32	 79
81570af302Sopenharmony_ci#define __NR_getgroups		 80
82570af302Sopenharmony_ci#define __NR_setgroups		 81
83570af302Sopenharmony_ci#define __NR_select		 82
84570af302Sopenharmony_ci#define __NR_symlink		 83
85570af302Sopenharmony_ci#define __NR_oldlstat		 84
86570af302Sopenharmony_ci#define __NR_readlink		 85
87570af302Sopenharmony_ci#define __NR_uselib		 86
88570af302Sopenharmony_ci#define __NR_swapon		 87
89570af302Sopenharmony_ci#define __NR_reboot		 88
90570af302Sopenharmony_ci#define __NR_readdir		 89
91570af302Sopenharmony_ci#define __NR_mmap		 90
92570af302Sopenharmony_ci#define __NR_munmap		 91
93570af302Sopenharmony_ci#define __NR_truncate		 92
94570af302Sopenharmony_ci#define __NR_ftruncate		 93
95570af302Sopenharmony_ci#define __NR_fchmod		 94
96570af302Sopenharmony_ci#define __NR_fchown		 95
97570af302Sopenharmony_ci#define __NR_getpriority	 96
98570af302Sopenharmony_ci#define __NR_setpriority	 97
99570af302Sopenharmony_ci#define __NR_profil		 98
100570af302Sopenharmony_ci#define __NR_statfs		99
101570af302Sopenharmony_ci#define __NR_fstatfs		100
102570af302Sopenharmony_ci#define __NR_ioperm		101
103570af302Sopenharmony_ci#define __NR_socketcall		102
104570af302Sopenharmony_ci#define __NR_syslog		103
105570af302Sopenharmony_ci#define __NR_setitimer		104
106570af302Sopenharmony_ci#define __NR_getitimer		105
107570af302Sopenharmony_ci#define __NR_stat		106
108570af302Sopenharmony_ci#define __NR_lstat		107
109570af302Sopenharmony_ci#define __NR_fstat		108
110570af302Sopenharmony_ci#define __NR_olduname		109
111570af302Sopenharmony_ci#define __NR_iopl		110
112570af302Sopenharmony_ci#define __NR_vhangup		111
113570af302Sopenharmony_ci#define __NR_idle		112
114570af302Sopenharmony_ci#define __NR_vm86old		113
115570af302Sopenharmony_ci#define __NR_wait4		114
116570af302Sopenharmony_ci#define __NR_swapoff		115
117570af302Sopenharmony_ci#define __NR_sysinfo		116
118570af302Sopenharmony_ci#define __NR_ipc		117
119570af302Sopenharmony_ci#define __NR_fsync		118
120570af302Sopenharmony_ci#define __NR_sigreturn		119
121570af302Sopenharmony_ci#define __NR_clone		120
122570af302Sopenharmony_ci#define __NR_setdomainname	121
123570af302Sopenharmony_ci#define __NR_uname		122
124570af302Sopenharmony_ci#define __NR_modify_ldt		123
125570af302Sopenharmony_ci#define __NR_adjtimex		124
126570af302Sopenharmony_ci#define __NR_mprotect		125
127570af302Sopenharmony_ci#define __NR_sigprocmask	126
128570af302Sopenharmony_ci#define __NR_create_module	127
129570af302Sopenharmony_ci#define __NR_init_module	128
130570af302Sopenharmony_ci#define __NR_delete_module	129
131570af302Sopenharmony_ci#define __NR_get_kernel_syms	130
132570af302Sopenharmony_ci#define __NR_quotactl		131
133570af302Sopenharmony_ci#define __NR_getpgid		132
134570af302Sopenharmony_ci#define __NR_fchdir		133
135570af302Sopenharmony_ci#define __NR_bdflush		134
136570af302Sopenharmony_ci#define __NR_sysfs		135
137570af302Sopenharmony_ci#define __NR_personality	136
138570af302Sopenharmony_ci#define __NR_afs_syscall	137
139570af302Sopenharmony_ci#define __NR_setfsuid		138
140570af302Sopenharmony_ci#define __NR_setfsgid		139
141570af302Sopenharmony_ci#define __NR__llseek		140
142570af302Sopenharmony_ci#define __NR_getdents		141
143570af302Sopenharmony_ci#define __NR__newselect		142
144570af302Sopenharmony_ci#define __NR_flock		143
145570af302Sopenharmony_ci#define __NR_msync		144
146570af302Sopenharmony_ci#define __NR_readv		145
147570af302Sopenharmony_ci#define __NR_writev		146
148570af302Sopenharmony_ci#define __NR_getsid		147
149570af302Sopenharmony_ci#define __NR_fdatasync		148
150570af302Sopenharmony_ci#define __NR__sysctl		149
151570af302Sopenharmony_ci#define __NR_mlock		150
152570af302Sopenharmony_ci#define __NR_munlock		151
153570af302Sopenharmony_ci#define __NR_mlockall		152
154570af302Sopenharmony_ci#define __NR_munlockall		153
155570af302Sopenharmony_ci#define __NR_sched_setparam		154
156570af302Sopenharmony_ci#define __NR_sched_getparam		155
157570af302Sopenharmony_ci#define __NR_sched_setscheduler		156
158570af302Sopenharmony_ci#define __NR_sched_getscheduler		157
159570af302Sopenharmony_ci#define __NR_sched_yield		158
160570af302Sopenharmony_ci#define __NR_sched_get_priority_max	159
161570af302Sopenharmony_ci#define __NR_sched_get_priority_min	160
162570af302Sopenharmony_ci#define __NR_sched_rr_get_interval	161
163570af302Sopenharmony_ci#define __NR_nanosleep		162
164570af302Sopenharmony_ci#define __NR_mremap		163
165570af302Sopenharmony_ci#define __NR_setresuid		164
166570af302Sopenharmony_ci#define __NR_getresuid		165
167570af302Sopenharmony_ci#define __NR_vm86		166
168570af302Sopenharmony_ci#define __NR_query_module	167
169570af302Sopenharmony_ci#define __NR_poll		168
170570af302Sopenharmony_ci#define __NR_nfsservctl		169
171570af302Sopenharmony_ci#define __NR_setresgid		170
172570af302Sopenharmony_ci#define __NR_getresgid		171
173570af302Sopenharmony_ci#define __NR_prctl              172
174570af302Sopenharmony_ci#define __NR_rt_sigreturn	173
175570af302Sopenharmony_ci#define __NR_rt_sigaction	174
176570af302Sopenharmony_ci#define __NR_rt_sigprocmask	175
177570af302Sopenharmony_ci#define __NR_rt_sigpending	176
178570af302Sopenharmony_ci#define __NR_rt_sigtimedwait	177
179570af302Sopenharmony_ci#define __NR_rt_sigqueueinfo	178
180570af302Sopenharmony_ci#define __NR_rt_sigsuspend	179
181570af302Sopenharmony_ci#define __NR_pread64		180
182570af302Sopenharmony_ci#define __NR_pwrite64		181
183570af302Sopenharmony_ci#define __NR_chown		182
184570af302Sopenharmony_ci#define __NR_getcwd		183
185570af302Sopenharmony_ci#define __NR_capget		184
186570af302Sopenharmony_ci#define __NR_capset		185
187570af302Sopenharmony_ci#define __NR_sigaltstack	186
188570af302Sopenharmony_ci#define __NR_sendfile		187
189570af302Sopenharmony_ci#define __NR_getpmsg		188
190570af302Sopenharmony_ci#define __NR_putpmsg		189
191570af302Sopenharmony_ci#define __NR_vfork		190
192570af302Sopenharmony_ci#define __NR_ugetrlimit		191
193570af302Sopenharmony_ci#define __NR_mmap2		192
194570af302Sopenharmony_ci#define __NR_truncate64		193
195570af302Sopenharmony_ci#define __NR_ftruncate64	194
196570af302Sopenharmony_ci#define __NR_stat64		195
197570af302Sopenharmony_ci#define __NR_lstat64		196
198570af302Sopenharmony_ci#define __NR_fstat64		197
199570af302Sopenharmony_ci#define __NR_lchown32		198
200570af302Sopenharmony_ci#define __NR_getuid32		199
201570af302Sopenharmony_ci#define __NR_getgid32		200
202570af302Sopenharmony_ci#define __NR_geteuid32		201
203570af302Sopenharmony_ci#define __NR_getegid32		202
204570af302Sopenharmony_ci#define __NR_setreuid32		203
205570af302Sopenharmony_ci#define __NR_setregid32		204
206570af302Sopenharmony_ci#define __NR_getgroups32	205
207570af302Sopenharmony_ci#define __NR_setgroups32	206
208570af302Sopenharmony_ci#define __NR_fchown32		207
209570af302Sopenharmony_ci#define __NR_setresuid32	208
210570af302Sopenharmony_ci#define __NR_getresuid32	209
211570af302Sopenharmony_ci#define __NR_setresgid32	210
212570af302Sopenharmony_ci#define __NR_getresgid32	211
213570af302Sopenharmony_ci#define __NR_chown32		212
214570af302Sopenharmony_ci#define __NR_setuid32		213
215570af302Sopenharmony_ci#define __NR_setgid32		214
216570af302Sopenharmony_ci#define __NR_setfsuid32		215
217570af302Sopenharmony_ci#define __NR_setfsgid32		216
218570af302Sopenharmony_ci#define __NR_pivot_root		217
219570af302Sopenharmony_ci#define __NR_mincore		218
220570af302Sopenharmony_ci#define __NR_madvise		219
221570af302Sopenharmony_ci#define __NR_getdents64		220
222570af302Sopenharmony_ci#define __NR_fcntl64		221
223570af302Sopenharmony_ci/* 223 is unused */
224570af302Sopenharmony_ci#define __NR_gettid		224
225570af302Sopenharmony_ci#define __NR_readahead		225
226570af302Sopenharmony_ci#define __NR_setxattr		226
227570af302Sopenharmony_ci#define __NR_lsetxattr		227
228570af302Sopenharmony_ci#define __NR_fsetxattr		228
229570af302Sopenharmony_ci#define __NR_getxattr		229
230570af302Sopenharmony_ci#define __NR_lgetxattr		230
231570af302Sopenharmony_ci#define __NR_fgetxattr		231
232570af302Sopenharmony_ci#define __NR_listxattr		232
233570af302Sopenharmony_ci#define __NR_llistxattr		233
234570af302Sopenharmony_ci#define __NR_flistxattr		234
235570af302Sopenharmony_ci#define __NR_removexattr	235
236570af302Sopenharmony_ci#define __NR_lremovexattr	236
237570af302Sopenharmony_ci#define __NR_fremovexattr	237
238570af302Sopenharmony_ci#define __NR_tkill		238
239570af302Sopenharmony_ci#define __NR_sendfile64		239
240570af302Sopenharmony_ci#define __NR_futex		240
241570af302Sopenharmony_ci#define __NR_sched_setaffinity	241
242570af302Sopenharmony_ci#define __NR_sched_getaffinity	242
243570af302Sopenharmony_ci#define __NR_set_thread_area	243
244570af302Sopenharmony_ci#define __NR_get_thread_area	244
245570af302Sopenharmony_ci#define __NR_io_setup		245
246570af302Sopenharmony_ci#define __NR_io_destroy		246
247570af302Sopenharmony_ci#define __NR_io_getevents	247
248570af302Sopenharmony_ci#define __NR_io_submit		248
249570af302Sopenharmony_ci#define __NR_io_cancel		249
250570af302Sopenharmony_ci#define __NR_fadvise64		250
251570af302Sopenharmony_ci/* 251 is available for reuse (was briefly sys_set_zone_reclaim) */
252570af302Sopenharmony_ci#define __NR_exit_group		252
253570af302Sopenharmony_ci#define __NR_lookup_dcookie	253
254570af302Sopenharmony_ci#define __NR_epoll_create	254
255570af302Sopenharmony_ci#define __NR_epoll_ctl		255
256570af302Sopenharmony_ci#define __NR_epoll_wait		256
257570af302Sopenharmony_ci#define __NR_remap_file_pages	257
258570af302Sopenharmony_ci#define __NR_set_tid_address	258
259570af302Sopenharmony_ci#define __NR_timer_create	259
260570af302Sopenharmony_ci#define __NR_timer_settime32	(__NR_timer_create+1)
261570af302Sopenharmony_ci#define __NR_timer_gettime32	(__NR_timer_create+2)
262570af302Sopenharmony_ci#define __NR_timer_getoverrun	(__NR_timer_create+3)
263570af302Sopenharmony_ci#define __NR_timer_delete	(__NR_timer_create+4)
264570af302Sopenharmony_ci#define __NR_clock_settime32	(__NR_timer_create+5)
265570af302Sopenharmony_ci#define __NR_clock_gettime32	(__NR_timer_create+6)
266570af302Sopenharmony_ci#define __NR_clock_getres_time32	(__NR_timer_create+7)
267570af302Sopenharmony_ci#define __NR_clock_nanosleep_time32	(__NR_timer_create+8)
268570af302Sopenharmony_ci#define __NR_statfs64		268
269570af302Sopenharmony_ci#define __NR_fstatfs64		269
270570af302Sopenharmony_ci#define __NR_tgkill		270
271570af302Sopenharmony_ci#define __NR_utimes		271
272570af302Sopenharmony_ci#define __NR_fadvise64_64	272
273570af302Sopenharmony_ci#define __NR_vserver		273
274570af302Sopenharmony_ci#define __NR_mbind		274
275570af302Sopenharmony_ci#define __NR_get_mempolicy	275
276570af302Sopenharmony_ci#define __NR_set_mempolicy	276
277570af302Sopenharmony_ci#define __NR_mq_open 		277
278570af302Sopenharmony_ci#define __NR_mq_unlink		(__NR_mq_open+1)
279570af302Sopenharmony_ci#define __NR_mq_timedsend	(__NR_mq_open+2)
280570af302Sopenharmony_ci#define __NR_mq_timedreceive	(__NR_mq_open+3)
281570af302Sopenharmony_ci#define __NR_mq_notify		(__NR_mq_open+4)
282570af302Sopenharmony_ci#define __NR_mq_getsetattr	(__NR_mq_open+5)
283570af302Sopenharmony_ci#define __NR_kexec_load		283
284570af302Sopenharmony_ci#define __NR_waitid		284
285570af302Sopenharmony_ci/* #define __NR_sys_setaltroot	285 */
286570af302Sopenharmony_ci#define __NR_add_key		286
287570af302Sopenharmony_ci#define __NR_request_key	287
288570af302Sopenharmony_ci#define __NR_keyctl		288
289570af302Sopenharmony_ci#define __NR_ioprio_set		289
290570af302Sopenharmony_ci#define __NR_ioprio_get		290
291570af302Sopenharmony_ci#define __NR_inotify_init	291
292570af302Sopenharmony_ci#define __NR_inotify_add_watch	292
293570af302Sopenharmony_ci#define __NR_inotify_rm_watch	293
294570af302Sopenharmony_ci#define __NR_migrate_pages	294
295570af302Sopenharmony_ci#define __NR_openat		295
296570af302Sopenharmony_ci#define __NR_mkdirat		296
297570af302Sopenharmony_ci#define __NR_mknodat		297
298570af302Sopenharmony_ci#define __NR_fchownat		298
299570af302Sopenharmony_ci#define __NR_futimesat		299
300570af302Sopenharmony_ci#define __NR_fstatat64		300
301570af302Sopenharmony_ci#define __NR_unlinkat		301
302570af302Sopenharmony_ci#define __NR_renameat		302
303570af302Sopenharmony_ci#define __NR_linkat		303
304570af302Sopenharmony_ci#define __NR_symlinkat		304
305570af302Sopenharmony_ci#define __NR_readlinkat		305
306570af302Sopenharmony_ci#define __NR_fchmodat		306
307570af302Sopenharmony_ci#define __NR_faccessat		307
308570af302Sopenharmony_ci#define __NR_pselect6		308
309570af302Sopenharmony_ci#define __NR_ppoll		309
310570af302Sopenharmony_ci#define __NR_unshare		310
311570af302Sopenharmony_ci#define __NR_set_robust_list	311
312570af302Sopenharmony_ci#define __NR_get_robust_list	312
313570af302Sopenharmony_ci#define __NR_splice		313
314570af302Sopenharmony_ci#define __NR_sync_file_range	314
315570af302Sopenharmony_ci#define __NR_tee		315
316570af302Sopenharmony_ci#define __NR_vmsplice		316
317570af302Sopenharmony_ci#define __NR_move_pages		317
318570af302Sopenharmony_ci#define __NR_getcpu		318
319570af302Sopenharmony_ci#define __NR_epoll_pwait	319
320570af302Sopenharmony_ci#define __NR_utimensat		320
321570af302Sopenharmony_ci#define __NR_signalfd		321
322570af302Sopenharmony_ci#define __NR_timerfd_create	322
323570af302Sopenharmony_ci#define __NR_eventfd		323
324570af302Sopenharmony_ci#define __NR_fallocate		324
325570af302Sopenharmony_ci#define __NR_timerfd_settime32	325
326570af302Sopenharmony_ci#define __NR_timerfd_gettime32	326
327570af302Sopenharmony_ci#define __NR_signalfd4		327
328570af302Sopenharmony_ci#define __NR_eventfd2		328
329570af302Sopenharmony_ci#define __NR_epoll_create1	329
330570af302Sopenharmony_ci#define __NR_dup3		330
331570af302Sopenharmony_ci#define __NR_pipe2		331
332570af302Sopenharmony_ci#define __NR_inotify_init1	332
333570af302Sopenharmony_ci#define __NR_preadv		333
334570af302Sopenharmony_ci#define __NR_pwritev		334
335570af302Sopenharmony_ci#define __NR_rt_tgsigqueueinfo	335
336570af302Sopenharmony_ci#define __NR_perf_event_open	336
337570af302Sopenharmony_ci#define __NR_recvmmsg		337
338570af302Sopenharmony_ci#define __NR_fanotify_init	338
339570af302Sopenharmony_ci#define __NR_fanotify_mark	339
340570af302Sopenharmony_ci#define __NR_prlimit64		340
341570af302Sopenharmony_ci#define __NR_name_to_handle_at	341
342570af302Sopenharmony_ci#define __NR_open_by_handle_at	342
343570af302Sopenharmony_ci#define __NR_clock_adjtime	343
344570af302Sopenharmony_ci#define __NR_syncfs		344
345570af302Sopenharmony_ci#define __NR_sendmmsg		345
346570af302Sopenharmony_ci#define __NR_setns		346
347570af302Sopenharmony_ci#define __NR_process_vm_readv	347
348570af302Sopenharmony_ci#define __NR_process_vm_writev	348
349570af302Sopenharmony_ci#define __NR_kcmp		349
350570af302Sopenharmony_ci#define __NR_finit_module	350
351570af302Sopenharmony_ci#define __NR_sched_setattr	351
352570af302Sopenharmony_ci#define __NR_sched_getattr	352
353570af302Sopenharmony_ci#define __NR_renameat2		353
354570af302Sopenharmony_ci#define __NR_seccomp		354
355570af302Sopenharmony_ci#define __NR_getrandom		355
356570af302Sopenharmony_ci#define __NR_memfd_create	356
357570af302Sopenharmony_ci#define __NR_bpf		357
358570af302Sopenharmony_ci#define __NR_execveat		358
359570af302Sopenharmony_ci#define __NR_socket		359
360570af302Sopenharmony_ci#define __NR_socketpair		360
361570af302Sopenharmony_ci#define __NR_bind		361
362570af302Sopenharmony_ci#define __NR_connect		362
363570af302Sopenharmony_ci#define __NR_listen		363
364570af302Sopenharmony_ci#define __NR_accept4		364
365570af302Sopenharmony_ci#define __NR_getsockopt		365
366570af302Sopenharmony_ci#define __NR_setsockopt		366
367570af302Sopenharmony_ci#define __NR_getsockname	367
368570af302Sopenharmony_ci#define __NR_getpeername	368
369570af302Sopenharmony_ci#define __NR_sendto		369
370570af302Sopenharmony_ci#define __NR_sendmsg		370
371570af302Sopenharmony_ci#define __NR_recvfrom		371
372570af302Sopenharmony_ci#define __NR_recvmsg		372
373570af302Sopenharmony_ci#define __NR_shutdown		373
374570af302Sopenharmony_ci#define __NR_userfaultfd	374
375570af302Sopenharmony_ci#define __NR_membarrier		375
376570af302Sopenharmony_ci#define __NR_mlock2		376
377570af302Sopenharmony_ci#define __NR_copy_file_range	377
378570af302Sopenharmony_ci#define __NR_preadv2		378
379570af302Sopenharmony_ci#define __NR_pwritev2		379
380570af302Sopenharmony_ci#define __NR_pkey_mprotect	380
381570af302Sopenharmony_ci#define __NR_pkey_alloc		381
382570af302Sopenharmony_ci#define __NR_pkey_free		382
383570af302Sopenharmony_ci#define __NR_statx		383
384570af302Sopenharmony_ci#define __NR_arch_prctl		384
385570af302Sopenharmony_ci#define __NR_io_pgetevents	385
386570af302Sopenharmony_ci#define __NR_rseq		386
387570af302Sopenharmony_ci#define __NR_semget		393
388570af302Sopenharmony_ci#define __NR_semctl		394
389570af302Sopenharmony_ci#define __NR_shmget		395
390570af302Sopenharmony_ci#define __NR_shmctl		396
391570af302Sopenharmony_ci#define __NR_shmat		397
392570af302Sopenharmony_ci#define __NR_shmdt		398
393570af302Sopenharmony_ci#define __NR_msgget		399
394570af302Sopenharmony_ci#define __NR_msgsnd		400
395570af302Sopenharmony_ci#define __NR_msgrcv		401
396570af302Sopenharmony_ci#define __NR_msgctl		402
397570af302Sopenharmony_ci#define __NR_clock_gettime64	403
398570af302Sopenharmony_ci#define __NR_clock_settime64	404
399570af302Sopenharmony_ci#define __NR_clock_adjtime64	405
400570af302Sopenharmony_ci#define __NR_clock_getres_time64 406
401570af302Sopenharmony_ci#define __NR_clock_nanosleep_time64 407
402570af302Sopenharmony_ci#define __NR_timer_gettime64	408
403570af302Sopenharmony_ci#define __NR_timer_settime64	409
404570af302Sopenharmony_ci#define __NR_timerfd_gettime64	410
405570af302Sopenharmony_ci#define __NR_timerfd_settime64	411
406570af302Sopenharmony_ci#define __NR_utimensat_time64	412
407570af302Sopenharmony_ci#define __NR_pselect6_time64	413
408570af302Sopenharmony_ci#define __NR_ppoll_time64	414
409570af302Sopenharmony_ci#define __NR_io_pgetevents_time64 416
410570af302Sopenharmony_ci#define __NR_recvmmsg_time64	417
411570af302Sopenharmony_ci#define __NR_mq_timedsend_time64 418
412570af302Sopenharmony_ci#define __NR_mq_timedreceive_time64 419
413570af302Sopenharmony_ci#define __NR_semtimedop_time64	420
414570af302Sopenharmony_ci#define __NR_rt_sigtimedwait_time64 421
415570af302Sopenharmony_ci#define __NR_futex_time64	422
416570af302Sopenharmony_ci#define __NR_sched_rr_get_interval_time64 423
417570af302Sopenharmony_ci#define __NR_pidfd_send_signal	424
418570af302Sopenharmony_ci#define __NR_io_uring_setup	425
419570af302Sopenharmony_ci#define __NR_io_uring_enter	426
420570af302Sopenharmony_ci#define __NR_io_uring_register	427
421570af302Sopenharmony_ci#define __NR_open_tree		428
422570af302Sopenharmony_ci#define __NR_move_mount		429
423570af302Sopenharmony_ci#define __NR_fsopen		430
424570af302Sopenharmony_ci#define __NR_fsconfig		431
425570af302Sopenharmony_ci#define __NR_fsmount		432
426570af302Sopenharmony_ci#define __NR_fspick		433
427570af302Sopenharmony_ci#define __NR_pidfd_open		434
428570af302Sopenharmony_ci#define __NR_clone3		435
429570af302Sopenharmony_ci#define __NR_close_range	436
430570af302Sopenharmony_ci#define __NR_openat2		437
431570af302Sopenharmony_ci#define __NR_pidfd_getfd	438
432570af302Sopenharmony_ci#define __NR_faccessat2		439
433570af302Sopenharmony_ci#define __NR_process_madvise	440
434570af302Sopenharmony_ci#define __NR_epoll_pwait2	441
435570af302Sopenharmony_ci#define __NR_mount_setattr	442
436570af302Sopenharmony_ci#define __NR_landlock_create_ruleset	444
437570af302Sopenharmony_ci#define __NR_landlock_add_rule	445
438570af302Sopenharmony_ci#define __NR_landlock_restrict_self	446
439570af302Sopenharmony_ci
440