1570af302Sopenharmony_ci#define __NR_exit                         1
2570af302Sopenharmony_ci#define __NR_fork                         2
3570af302Sopenharmony_ci#define __NR_read                         3
4570af302Sopenharmony_ci#define __NR_write                        4
5570af302Sopenharmony_ci#define __NR_open                         5
6570af302Sopenharmony_ci#define __NR_close                        6
7570af302Sopenharmony_ci#define __NR_restart_syscall              7
8570af302Sopenharmony_ci#define __NR_creat                        8
9570af302Sopenharmony_ci#define __NR_link                         9
10570af302Sopenharmony_ci#define __NR_unlink                      10
11570af302Sopenharmony_ci#define __NR_execve                      11
12570af302Sopenharmony_ci#define __NR_chdir                       12
13570af302Sopenharmony_ci#define __NR_mknod                       14
14570af302Sopenharmony_ci#define __NR_chmod                       15
15570af302Sopenharmony_ci#define __NR_lseek                       19
16570af302Sopenharmony_ci#define __NR_getpid                      20
17570af302Sopenharmony_ci#define __NR_mount                       21
18570af302Sopenharmony_ci#define __NR_umount                      22
19570af302Sopenharmony_ci#define __NR_ptrace                      26
20570af302Sopenharmony_ci#define __NR_alarm                       27
21570af302Sopenharmony_ci#define __NR_pause                       29
22570af302Sopenharmony_ci#define __NR_utime                       30
23570af302Sopenharmony_ci#define __NR_access                      33
24570af302Sopenharmony_ci#define __NR_nice                        34
25570af302Sopenharmony_ci#define __NR_sync                        36
26570af302Sopenharmony_ci#define __NR_kill                        37
27570af302Sopenharmony_ci#define __NR_rename                      38
28570af302Sopenharmony_ci#define __NR_mkdir                       39
29570af302Sopenharmony_ci#define __NR_rmdir                       40
30570af302Sopenharmony_ci#define __NR_dup                         41
31570af302Sopenharmony_ci#define __NR_pipe                        42
32570af302Sopenharmony_ci#define __NR_times                       43
33570af302Sopenharmony_ci#define __NR_brk                         45
34570af302Sopenharmony_ci#define __NR_signal                      48
35570af302Sopenharmony_ci#define __NR_acct                        51
36570af302Sopenharmony_ci#define __NR_umount2                     52
37570af302Sopenharmony_ci#define __NR_ioctl                       54
38570af302Sopenharmony_ci#define __NR_fcntl                       55
39570af302Sopenharmony_ci#define __NR_setpgid                     57
40570af302Sopenharmony_ci#define __NR_umask                       60
41570af302Sopenharmony_ci#define __NR_chroot                      61
42570af302Sopenharmony_ci#define __NR_ustat                       62
43570af302Sopenharmony_ci#define __NR_dup2                        63
44570af302Sopenharmony_ci#define __NR_getppid                     64
45570af302Sopenharmony_ci#define __NR_getpgrp                     65
46570af302Sopenharmony_ci#define __NR_setsid                      66
47570af302Sopenharmony_ci#define __NR_sigaction                   67
48570af302Sopenharmony_ci#define __NR_sigsuspend                  72
49570af302Sopenharmony_ci#define __NR_sigpending                  73
50570af302Sopenharmony_ci#define __NR_sethostname                 74
51570af302Sopenharmony_ci#define __NR_setrlimit                   75
52570af302Sopenharmony_ci#define __NR_getrusage                   77
53570af302Sopenharmony_ci#define __NR_gettimeofday                78
54570af302Sopenharmony_ci#define __NR_settimeofday                79
55570af302Sopenharmony_ci#define __NR_symlink                     83
56570af302Sopenharmony_ci#define __NR_readlink                    85
57570af302Sopenharmony_ci#define __NR_uselib                      86
58570af302Sopenharmony_ci#define __NR_swapon                      87
59570af302Sopenharmony_ci#define __NR_reboot                      88
60570af302Sopenharmony_ci#define __NR_readdir                     89
61570af302Sopenharmony_ci#define __NR_mmap                        90
62570af302Sopenharmony_ci#define __NR_munmap                      91
63570af302Sopenharmony_ci#define __NR_truncate                    92
64570af302Sopenharmony_ci#define __NR_ftruncate                   93
65570af302Sopenharmony_ci#define __NR_fchmod                      94
66570af302Sopenharmony_ci#define __NR_getpriority                 96
67570af302Sopenharmony_ci#define __NR_setpriority                 97
68570af302Sopenharmony_ci#define __NR_statfs                      99
69570af302Sopenharmony_ci#define __NR_fstatfs                    100
70570af302Sopenharmony_ci#define __NR_socketcall                 102
71570af302Sopenharmony_ci#define __NR_syslog                     103
72570af302Sopenharmony_ci#define __NR_setitimer                  104
73570af302Sopenharmony_ci#define __NR_getitimer                  105
74570af302Sopenharmony_ci#define __NR_stat                       106
75570af302Sopenharmony_ci#define __NR_lstat                      107
76570af302Sopenharmony_ci#define __NR_fstat                      108
77570af302Sopenharmony_ci#define __NR_lookup_dcookie             110
78570af302Sopenharmony_ci#define __NR_vhangup                    111
79570af302Sopenharmony_ci#define __NR_idle                       112
80570af302Sopenharmony_ci#define __NR_wait4                      114
81570af302Sopenharmony_ci#define __NR_swapoff                    115
82570af302Sopenharmony_ci#define __NR_sysinfo                    116
83570af302Sopenharmony_ci#define __NR_ipc                        117
84570af302Sopenharmony_ci#define __NR_fsync                      118
85570af302Sopenharmony_ci#define __NR_sigreturn                  119
86570af302Sopenharmony_ci#define __NR_clone                      120
87570af302Sopenharmony_ci#define __NR_setdomainname              121
88570af302Sopenharmony_ci#define __NR_uname                      122
89570af302Sopenharmony_ci#define __NR_adjtimex                   124
90570af302Sopenharmony_ci#define __NR_mprotect                   125
91570af302Sopenharmony_ci#define __NR_sigprocmask                126
92570af302Sopenharmony_ci#define __NR_create_module              127
93570af302Sopenharmony_ci#define __NR_init_module                128
94570af302Sopenharmony_ci#define __NR_delete_module              129
95570af302Sopenharmony_ci#define __NR_get_kernel_syms            130
96570af302Sopenharmony_ci#define __NR_quotactl                   131
97570af302Sopenharmony_ci#define __NR_getpgid                    132
98570af302Sopenharmony_ci#define __NR_fchdir                     133
99570af302Sopenharmony_ci#define __NR_bdflush                    134
100570af302Sopenharmony_ci#define __NR_sysfs                      135
101570af302Sopenharmony_ci#define __NR_personality                136
102570af302Sopenharmony_ci#define __NR_afs_syscall                137
103570af302Sopenharmony_ci#define __NR_getdents                   141
104570af302Sopenharmony_ci#define __NR_select                     142
105570af302Sopenharmony_ci#define __NR_flock                      143
106570af302Sopenharmony_ci#define __NR_msync                      144
107570af302Sopenharmony_ci#define __NR_readv                      145
108570af302Sopenharmony_ci#define __NR_writev                     146
109570af302Sopenharmony_ci#define __NR_getsid                     147
110570af302Sopenharmony_ci#define __NR_fdatasync                  148
111570af302Sopenharmony_ci#define __NR__sysctl                    149
112570af302Sopenharmony_ci#define __NR_mlock                      150
113570af302Sopenharmony_ci#define __NR_munlock                    151
114570af302Sopenharmony_ci#define __NR_mlockall                   152
115570af302Sopenharmony_ci#define __NR_munlockall                 153
116570af302Sopenharmony_ci#define __NR_sched_setparam             154
117570af302Sopenharmony_ci#define __NR_sched_getparam             155
118570af302Sopenharmony_ci#define __NR_sched_setscheduler         156
119570af302Sopenharmony_ci#define __NR_sched_getscheduler         157
120570af302Sopenharmony_ci#define __NR_sched_yield                158
121570af302Sopenharmony_ci#define __NR_sched_get_priority_max     159
122570af302Sopenharmony_ci#define __NR_sched_get_priority_min     160
123570af302Sopenharmony_ci#define __NR_sched_rr_get_interval      161
124570af302Sopenharmony_ci#define __NR_nanosleep                  162
125570af302Sopenharmony_ci#define __NR_mremap                     163
126570af302Sopenharmony_ci#define __NR_query_module               167
127570af302Sopenharmony_ci#define __NR_poll                       168
128570af302Sopenharmony_ci#define __NR_nfsservctl                 169
129570af302Sopenharmony_ci#define __NR_prctl                      172
130570af302Sopenharmony_ci#define __NR_rt_sigreturn               173
131570af302Sopenharmony_ci#define __NR_rt_sigaction               174
132570af302Sopenharmony_ci#define __NR_rt_sigprocmask             175
133570af302Sopenharmony_ci#define __NR_rt_sigpending              176
134570af302Sopenharmony_ci#define __NR_rt_sigtimedwait            177
135570af302Sopenharmony_ci#define __NR_rt_sigqueueinfo            178
136570af302Sopenharmony_ci#define __NR_rt_sigsuspend              179
137570af302Sopenharmony_ci#define __NR_pread64                    180
138570af302Sopenharmony_ci#define __NR_pwrite64                   181
139570af302Sopenharmony_ci#define __NR_getcwd                     183
140570af302Sopenharmony_ci#define __NR_capget                     184
141570af302Sopenharmony_ci#define __NR_capset                     185
142570af302Sopenharmony_ci#define __NR_sigaltstack                186
143570af302Sopenharmony_ci#define __NR_sendfile                   187
144570af302Sopenharmony_ci#define __NR_getpmsg                    188
145570af302Sopenharmony_ci#define __NR_putpmsg                    189
146570af302Sopenharmony_ci#define __NR_vfork                      190
147570af302Sopenharmony_ci#define __NR_getrlimit                  191
148570af302Sopenharmony_ci#define __NR_lchown                     198
149570af302Sopenharmony_ci#define __NR_getuid                     199
150570af302Sopenharmony_ci#define __NR_getgid                     200
151570af302Sopenharmony_ci#define __NR_geteuid                    201
152570af302Sopenharmony_ci#define __NR_getegid                    202
153570af302Sopenharmony_ci#define __NR_setreuid                   203
154570af302Sopenharmony_ci#define __NR_setregid                   204
155570af302Sopenharmony_ci#define __NR_getgroups                  205
156570af302Sopenharmony_ci#define __NR_setgroups                  206
157570af302Sopenharmony_ci#define __NR_fchown                     207
158570af302Sopenharmony_ci#define __NR_setresuid                  208
159570af302Sopenharmony_ci#define __NR_getresuid                  209
160570af302Sopenharmony_ci#define __NR_setresgid                  210
161570af302Sopenharmony_ci#define __NR_getresgid                  211
162570af302Sopenharmony_ci#define __NR_chown                      212
163570af302Sopenharmony_ci#define __NR_setuid                     213
164570af302Sopenharmony_ci#define __NR_setgid                     214
165570af302Sopenharmony_ci#define __NR_setfsuid                   215
166570af302Sopenharmony_ci#define __NR_setfsgid                   216
167570af302Sopenharmony_ci#define __NR_pivot_root                 217
168570af302Sopenharmony_ci#define __NR_mincore                    218
169570af302Sopenharmony_ci#define __NR_madvise                    219
170570af302Sopenharmony_ci#define __NR_getdents64                 220
171570af302Sopenharmony_ci#define __NR_readahead                  222
172570af302Sopenharmony_ci#define __NR_setxattr                   224
173570af302Sopenharmony_ci#define __NR_lsetxattr                  225
174570af302Sopenharmony_ci#define __NR_fsetxattr                  226
175570af302Sopenharmony_ci#define __NR_getxattr                   227
176570af302Sopenharmony_ci#define __NR_lgetxattr                  228
177570af302Sopenharmony_ci#define __NR_fgetxattr                  229
178570af302Sopenharmony_ci#define __NR_listxattr                  230
179570af302Sopenharmony_ci#define __NR_llistxattr                 231
180570af302Sopenharmony_ci#define __NR_flistxattr                 232
181570af302Sopenharmony_ci#define __NR_removexattr                233
182570af302Sopenharmony_ci#define __NR_lremovexattr               234
183570af302Sopenharmony_ci#define __NR_fremovexattr               235
184570af302Sopenharmony_ci#define __NR_gettid                     236
185570af302Sopenharmony_ci#define __NR_tkill                      237
186570af302Sopenharmony_ci#define __NR_futex                      238
187570af302Sopenharmony_ci#define __NR_sched_setaffinity          239
188570af302Sopenharmony_ci#define __NR_sched_getaffinity          240
189570af302Sopenharmony_ci#define __NR_tgkill                     241
190570af302Sopenharmony_ci#define __NR_io_setup                   243
191570af302Sopenharmony_ci#define __NR_io_destroy                 244
192570af302Sopenharmony_ci#define __NR_io_getevents               245
193570af302Sopenharmony_ci#define __NR_io_submit                  246
194570af302Sopenharmony_ci#define __NR_io_cancel                  247
195570af302Sopenharmony_ci#define __NR_exit_group                 248
196570af302Sopenharmony_ci#define __NR_epoll_create               249
197570af302Sopenharmony_ci#define __NR_epoll_ctl                  250
198570af302Sopenharmony_ci#define __NR_epoll_wait                 251
199570af302Sopenharmony_ci#define __NR_set_tid_address            252
200570af302Sopenharmony_ci#define __NR_fadvise64                  253
201570af302Sopenharmony_ci#define __NR_timer_create               254
202570af302Sopenharmony_ci#define __NR_timer_settime              255
203570af302Sopenharmony_ci#define __NR_timer_gettime              256
204570af302Sopenharmony_ci#define __NR_timer_getoverrun           257
205570af302Sopenharmony_ci#define __NR_timer_delete               258
206570af302Sopenharmony_ci#define __NR_clock_settime              259
207570af302Sopenharmony_ci#define __NR_clock_gettime              260
208570af302Sopenharmony_ci#define __NR_clock_getres               261
209570af302Sopenharmony_ci#define __NR_clock_nanosleep            262
210570af302Sopenharmony_ci#define __NR_statfs64                   265
211570af302Sopenharmony_ci#define __NR_fstatfs64                  266
212570af302Sopenharmony_ci#define __NR_remap_file_pages           267
213570af302Sopenharmony_ci#define __NR_mbind                      268
214570af302Sopenharmony_ci#define __NR_get_mempolicy              269
215570af302Sopenharmony_ci#define __NR_set_mempolicy              270
216570af302Sopenharmony_ci#define __NR_mq_open                    271
217570af302Sopenharmony_ci#define __NR_mq_unlink                  272
218570af302Sopenharmony_ci#define __NR_mq_timedsend               273
219570af302Sopenharmony_ci#define __NR_mq_timedreceive            274
220570af302Sopenharmony_ci#define __NR_mq_notify                  275
221570af302Sopenharmony_ci#define __NR_mq_getsetattr              276
222570af302Sopenharmony_ci#define __NR_kexec_load                 277
223570af302Sopenharmony_ci#define __NR_add_key                    278
224570af302Sopenharmony_ci#define __NR_request_key                279
225570af302Sopenharmony_ci#define __NR_keyctl                     280
226570af302Sopenharmony_ci#define __NR_waitid                     281
227570af302Sopenharmony_ci#define __NR_ioprio_set                 282
228570af302Sopenharmony_ci#define __NR_ioprio_get                 283
229570af302Sopenharmony_ci#define __NR_inotify_init               284
230570af302Sopenharmony_ci#define __NR_inotify_add_watch          285
231570af302Sopenharmony_ci#define __NR_inotify_rm_watch           286
232570af302Sopenharmony_ci#define __NR_migrate_pages              287
233570af302Sopenharmony_ci#define __NR_openat                     288
234570af302Sopenharmony_ci#define __NR_mkdirat                    289
235570af302Sopenharmony_ci#define __NR_mknodat                    290
236570af302Sopenharmony_ci#define __NR_fchownat                   291
237570af302Sopenharmony_ci#define __NR_futimesat                  292
238570af302Sopenharmony_ci#define __NR_newfstatat                 293
239570af302Sopenharmony_ci#define __NR_unlinkat                   294
240570af302Sopenharmony_ci#define __NR_renameat                   295
241570af302Sopenharmony_ci#define __NR_linkat                     296
242570af302Sopenharmony_ci#define __NR_symlinkat                  297
243570af302Sopenharmony_ci#define __NR_readlinkat                 298
244570af302Sopenharmony_ci#define __NR_fchmodat                   299
245570af302Sopenharmony_ci#define __NR_faccessat                  300
246570af302Sopenharmony_ci#define __NR_pselect6                   301
247570af302Sopenharmony_ci#define __NR_ppoll                      302
248570af302Sopenharmony_ci#define __NR_unshare                    303
249570af302Sopenharmony_ci#define __NR_set_robust_list            304
250570af302Sopenharmony_ci#define __NR_get_robust_list            305
251570af302Sopenharmony_ci#define __NR_splice                     306
252570af302Sopenharmony_ci#define __NR_sync_file_range            307
253570af302Sopenharmony_ci#define __NR_tee                        308
254570af302Sopenharmony_ci#define __NR_vmsplice                   309
255570af302Sopenharmony_ci#define __NR_move_pages                 310
256570af302Sopenharmony_ci#define __NR_getcpu                     311
257570af302Sopenharmony_ci#define __NR_epoll_pwait                312
258570af302Sopenharmony_ci#define __NR_utimes                     313
259570af302Sopenharmony_ci#define __NR_fallocate                  314
260570af302Sopenharmony_ci#define __NR_utimensat                  315
261570af302Sopenharmony_ci#define __NR_signalfd                   316
262570af302Sopenharmony_ci#define __NR_timerfd                    317
263570af302Sopenharmony_ci#define __NR_eventfd                    318
264570af302Sopenharmony_ci#define __NR_timerfd_create             319
265570af302Sopenharmony_ci#define __NR_timerfd_settime            320
266570af302Sopenharmony_ci#define __NR_timerfd_gettime            321
267570af302Sopenharmony_ci#define __NR_signalfd4                  322
268570af302Sopenharmony_ci#define __NR_eventfd2                   323
269570af302Sopenharmony_ci#define __NR_inotify_init1              324
270570af302Sopenharmony_ci#define __NR_pipe2                      325
271570af302Sopenharmony_ci#define __NR_dup3                       326
272570af302Sopenharmony_ci#define __NR_epoll_create1              327
273570af302Sopenharmony_ci#define __NR_preadv                     328
274570af302Sopenharmony_ci#define __NR_pwritev                    329
275570af302Sopenharmony_ci#define __NR_rt_tgsigqueueinfo          330
276570af302Sopenharmony_ci#define __NR_perf_event_open            331
277570af302Sopenharmony_ci#define __NR_fanotify_init              332
278570af302Sopenharmony_ci#define __NR_fanotify_mark              333
279570af302Sopenharmony_ci#define __NR_prlimit64                  334
280570af302Sopenharmony_ci#define __NR_name_to_handle_at          335
281570af302Sopenharmony_ci#define __NR_open_by_handle_at          336
282570af302Sopenharmony_ci#define __NR_clock_adjtime              337
283570af302Sopenharmony_ci#define __NR_syncfs                     338
284570af302Sopenharmony_ci#define __NR_setns                      339
285570af302Sopenharmony_ci#define __NR_process_vm_readv           340
286570af302Sopenharmony_ci#define __NR_process_vm_writev          341
287570af302Sopenharmony_ci#define __NR_s390_runtime_instr         342
288570af302Sopenharmony_ci#define __NR_kcmp                       343
289570af302Sopenharmony_ci#define __NR_finit_module               344
290570af302Sopenharmony_ci#define __NR_sched_setattr              345
291570af302Sopenharmony_ci#define __NR_sched_getattr              346
292570af302Sopenharmony_ci#define __NR_renameat2                  347
293570af302Sopenharmony_ci#define __NR_seccomp                    348
294570af302Sopenharmony_ci#define __NR_getrandom                  349
295570af302Sopenharmony_ci#define __NR_memfd_create               350
296570af302Sopenharmony_ci#define __NR_bpf                        351
297570af302Sopenharmony_ci#define __NR_s390_pci_mmio_write        352
298570af302Sopenharmony_ci#define __NR_s390_pci_mmio_read         353
299570af302Sopenharmony_ci#define __NR_execveat                   354
300570af302Sopenharmony_ci#define __NR_userfaultfd                355
301570af302Sopenharmony_ci#define __NR_membarrier                 356
302570af302Sopenharmony_ci#define __NR_recvmmsg                   357
303570af302Sopenharmony_ci#define __NR_sendmmsg                   358
304570af302Sopenharmony_ci#define __NR_socket                     359
305570af302Sopenharmony_ci#define __NR_socketpair                 360
306570af302Sopenharmony_ci#define __NR_bind                       361
307570af302Sopenharmony_ci#define __NR_connect                    362
308570af302Sopenharmony_ci#define __NR_listen                     363
309570af302Sopenharmony_ci#define __NR_accept4                    364
310570af302Sopenharmony_ci#define __NR_getsockopt                 365
311570af302Sopenharmony_ci#define __NR_setsockopt                 366
312570af302Sopenharmony_ci#define __NR_getsockname                367
313570af302Sopenharmony_ci#define __NR_getpeername                368
314570af302Sopenharmony_ci#define __NR_sendto                     369
315570af302Sopenharmony_ci#define __NR_sendmsg                    370
316570af302Sopenharmony_ci#define __NR_recvfrom                   371
317570af302Sopenharmony_ci#define __NR_recvmsg                    372
318570af302Sopenharmony_ci#define __NR_shutdown                   373
319570af302Sopenharmony_ci#define __NR_mlock2                     374
320570af302Sopenharmony_ci#define __NR_copy_file_range            375
321570af302Sopenharmony_ci#define __NR_preadv2                    376
322570af302Sopenharmony_ci#define __NR_pwritev2                   377
323570af302Sopenharmony_ci#define __NR_s390_guarded_storage       378
324570af302Sopenharmony_ci#define __NR_statx                      379
325570af302Sopenharmony_ci#define __NR_s390_sthyi                 380
326570af302Sopenharmony_ci#define __NR_kexec_file_load            381
327570af302Sopenharmony_ci#define __NR_io_pgetevents              382
328570af302Sopenharmony_ci#define __NR_rseq                       383
329570af302Sopenharmony_ci#define __NR_pkey_mprotect              384
330570af302Sopenharmony_ci#define __NR_pkey_alloc                 385
331570af302Sopenharmony_ci#define __NR_pkey_free                  386
332570af302Sopenharmony_ci#define __NR_semtimedop                 392
333570af302Sopenharmony_ci#define __NR_semget                     393
334570af302Sopenharmony_ci#define __NR_semctl                     394
335570af302Sopenharmony_ci#define __NR_shmget                     395
336570af302Sopenharmony_ci#define __NR_shmctl                     396
337570af302Sopenharmony_ci#define __NR_shmat                      397
338570af302Sopenharmony_ci#define __NR_shmdt                      398
339570af302Sopenharmony_ci#define __NR_msgget                     399
340570af302Sopenharmony_ci#define __NR_msgsnd                     400
341570af302Sopenharmony_ci#define __NR_msgrcv                     401
342570af302Sopenharmony_ci#define __NR_msgctl                     402
343570af302Sopenharmony_ci#define __NR_pidfd_send_signal          424
344570af302Sopenharmony_ci#define __NR_io_uring_setup             425
345570af302Sopenharmony_ci#define __NR_io_uring_enter             426
346570af302Sopenharmony_ci#define __NR_io_uring_register          427
347570af302Sopenharmony_ci#define __NR_open_tree		428
348570af302Sopenharmony_ci#define __NR_move_mount		429
349570af302Sopenharmony_ci#define __NR_fsopen		430
350570af302Sopenharmony_ci#define __NR_fsconfig		431
351570af302Sopenharmony_ci#define __NR_fsmount		432
352570af302Sopenharmony_ci#define __NR_fspick		433
353570af302Sopenharmony_ci#define __NR_pidfd_open		434
354570af302Sopenharmony_ci#define __NR_clone3		435
355570af302Sopenharmony_ci#define __NR_close_range	436
356570af302Sopenharmony_ci#define __NR_openat2		437
357570af302Sopenharmony_ci#define __NR_pidfd_getfd	438
358570af302Sopenharmony_ci#define __NR_faccessat2		439
359570af302Sopenharmony_ci#define __NR_process_madvise	440
360570af302Sopenharmony_ci#define __NR_epoll_pwait2	441
361570af302Sopenharmony_ci#define __NR_mount_setattr	442
362570af302Sopenharmony_ci#define __NR_landlock_create_ruleset	444
363570af302Sopenharmony_ci#define __NR_landlock_add_rule	445
364570af302Sopenharmony_ci#define __NR_landlock_restrict_self	446
365570af302Sopenharmony_ci
366