blob: c882751848a9c79f4e820588be9d9b36f7d88d6b [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#include <asm/bitsperlong.h>
8#ifndef __SYSCALL
Tao Baod7db5942015-01-28 10:07:51 -08009#define __SYSCALL(x,y)
Ben Cheng655a7c02013-10-16 16:09:24 -070010#endif
Elliott Hughes40596aa2013-11-05 14:54:29 -080011#if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
Tao Baod7db5942015-01-28 10:07:51 -080012#define __SC_3264(_nr,_32,_64) __SYSCALL(_nr, _32)
Ben Cheng655a7c02013-10-16 16:09:24 -070013#else
Tao Baod7db5942015-01-28 10:07:51 -080014#define __SC_3264(_nr,_32,_64) __SYSCALL(_nr, _64)
Ben Cheng655a7c02013-10-16 16:09:24 -070015#endif
16#ifdef __SYSCALL_COMPAT
Tao Baod7db5942015-01-28 10:07:51 -080017#define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _comp)
18#define __SC_COMP_3264(_nr,_32,_64,_comp) __SYSCALL(_nr, _comp)
Ben Cheng655a7c02013-10-16 16:09:24 -070019#else
Tao Baod7db5942015-01-28 10:07:51 -080020#define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _sys)
21#define __SC_COMP_3264(_nr,_32,_64,_comp) __SC_3264(_nr, _32, _64)
Ben Cheng655a7c02013-10-16 16:09:24 -070022#endif
Ben Cheng655a7c02013-10-16 16:09:24 -070023#define __NR_io_setup 0
24#define __NR_io_destroy 1
25#define __NR_io_submit 2
26#define __NR_io_cancel 3
Christopher Ferris24f97eb2019-05-20 12:58:13 -070027#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -070028#define __NR_io_getevents 4
Christopher Ferris24f97eb2019-05-20 12:58:13 -070029#endif
Ben Cheng655a7c02013-10-16 16:09:24 -070030#define __NR_setxattr 5
31#define __NR_lsetxattr 6
32#define __NR_fsetxattr 7
Ben Cheng655a7c02013-10-16 16:09:24 -070033#define __NR_getxattr 8
34#define __NR_lgetxattr 9
35#define __NR_fgetxattr 10
36#define __NR_listxattr 11
Ben Cheng655a7c02013-10-16 16:09:24 -070037#define __NR_llistxattr 12
38#define __NR_flistxattr 13
39#define __NR_removexattr 14
40#define __NR_lremovexattr 15
Ben Cheng655a7c02013-10-16 16:09:24 -070041#define __NR_fremovexattr 16
42#define __NR_getcwd 17
43#define __NR_lookup_dcookie 18
44#define __NR_eventfd2 19
Ben Cheng655a7c02013-10-16 16:09:24 -070045#define __NR_epoll_create1 20
46#define __NR_epoll_ctl 21
47#define __NR_epoll_pwait 22
48#define __NR_dup 23
Ben Cheng655a7c02013-10-16 16:09:24 -070049#define __NR_dup3 24
50#define __NR3264_fcntl 25
51#define __NR_inotify_init1 26
52#define __NR_inotify_add_watch 27
Ben Cheng655a7c02013-10-16 16:09:24 -070053#define __NR_inotify_rm_watch 28
54#define __NR_ioctl 29
55#define __NR_ioprio_set 30
56#define __NR_ioprio_get 31
Ben Cheng655a7c02013-10-16 16:09:24 -070057#define __NR_flock 32
58#define __NR_mknodat 33
59#define __NR_mkdirat 34
60#define __NR_unlinkat 35
Ben Cheng655a7c02013-10-16 16:09:24 -070061#define __NR_symlinkat 36
62#define __NR_linkat 37
Christopher Ferris106b3a82016-08-24 12:15:38 -070063#ifdef __ARCH_WANT_RENAMEAT
Ben Cheng655a7c02013-10-16 16:09:24 -070064#define __NR_renameat 38
Christopher Ferris106b3a82016-08-24 12:15:38 -070065#endif
66#define __NR_umount2 39
Ben Cheng655a7c02013-10-16 16:09:24 -070067#define __NR_mount 40
68#define __NR_pivot_root 41
69#define __NR_nfsservctl 42
70#define __NR3264_statfs 43
Ben Cheng655a7c02013-10-16 16:09:24 -070071#define __NR3264_fstatfs 44
72#define __NR3264_truncate 45
73#define __NR3264_ftruncate 46
74#define __NR_fallocate 47
Ben Cheng655a7c02013-10-16 16:09:24 -070075#define __NR_faccessat 48
76#define __NR_chdir 49
77#define __NR_fchdir 50
78#define __NR_chroot 51
Ben Cheng655a7c02013-10-16 16:09:24 -070079#define __NR_fchmod 52
80#define __NR_fchmodat 53
81#define __NR_fchownat 54
82#define __NR_fchown 55
Ben Cheng655a7c02013-10-16 16:09:24 -070083#define __NR_openat 56
84#define __NR_close 57
85#define __NR_vhangup 58
86#define __NR_pipe2 59
Ben Cheng655a7c02013-10-16 16:09:24 -070087#define __NR_quotactl 60
88#define __NR_getdents64 61
89#define __NR3264_lseek 62
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070090#define __NR_read 63
Ben Cheng655a7c02013-10-16 16:09:24 -070091#define __NR_write 64
92#define __NR_readv 65
93#define __NR_writev 66
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070094#define __NR_pread64 67
Ben Cheng655a7c02013-10-16 16:09:24 -070095#define __NR_pwrite64 68
96#define __NR_preadv 69
97#define __NR_pwritev 70
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070098#define __NR3264_sendfile 71
Christopher Ferris24f97eb2019-05-20 12:58:13 -070099#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700100#define __NR_pselect6 72
101#define __NR_ppoll 73
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700102#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700103#define __NR_signalfd4 74
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700104#define __NR_vmsplice 75
Ben Cheng655a7c02013-10-16 16:09:24 -0700105#define __NR_splice 76
106#define __NR_tee 77
107#define __NR_readlinkat 78
Christopher Ferris86a48372019-01-10 14:14:59 -0800108#if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700109#define __NR3264_fstatat 79
Ben Cheng655a7c02013-10-16 16:09:24 -0700110#define __NR3264_fstat 80
Christopher Ferris86a48372019-01-10 14:14:59 -0800111#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700112#define __NR_sync 81
113#define __NR_fsync 82
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700114#define __NR_fdatasync 83
Ben Cheng655a7c02013-10-16 16:09:24 -0700115#ifdef __ARCH_WANT_SYNC_FILE_RANGE2
116#define __NR_sync_file_range2 84
117#else
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700118#define __NR_sync_file_range 84
Ben Cheng655a7c02013-10-16 16:09:24 -0700119#endif
120#define __NR_timerfd_create 85
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700121#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700122#define __NR_timerfd_settime 86
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700123#define __NR_timerfd_gettime 87
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700124#endif
125#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700126#define __NR_utimensat 88
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700127#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700128#define __NR_acct 89
129#define __NR_capget 90
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700130#define __NR_capset 91
Ben Cheng655a7c02013-10-16 16:09:24 -0700131#define __NR_personality 92
132#define __NR_exit 93
133#define __NR_exit_group 94
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700134#define __NR_waitid 95
Ben Cheng655a7c02013-10-16 16:09:24 -0700135#define __NR_set_tid_address 96
136#define __NR_unshare 97
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700137#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700138#define __NR_futex 98
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700139#endif
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700140#define __NR_set_robust_list 99
Ben Cheng655a7c02013-10-16 16:09:24 -0700141#define __NR_get_robust_list 100
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700142#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700143#define __NR_nanosleep 101
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700144#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700145#define __NR_getitimer 102
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700146#define __NR_setitimer 103
Ben Cheng655a7c02013-10-16 16:09:24 -0700147#define __NR_kexec_load 104
148#define __NR_init_module 105
149#define __NR_delete_module 106
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700150#define __NR_timer_create 107
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700151#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700152#define __NR_timer_gettime 108
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700153#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700154#define __NR_timer_getoverrun 109
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700155#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700156#define __NR_timer_settime 110
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700157#endif
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700158#define __NR_timer_delete 111
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700159#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700160#define __NR_clock_settime 112
161#define __NR_clock_gettime 113
162#define __NR_clock_getres 114
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700163#define __NR_clock_nanosleep 115
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700164#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700165#define __NR_syslog 116
166#define __NR_ptrace 117
167#define __NR_sched_setparam 118
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700168#define __NR_sched_setscheduler 119
Ben Cheng655a7c02013-10-16 16:09:24 -0700169#define __NR_sched_getscheduler 120
170#define __NR_sched_getparam 121
171#define __NR_sched_setaffinity 122
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700172#define __NR_sched_getaffinity 123
Ben Cheng655a7c02013-10-16 16:09:24 -0700173#define __NR_sched_yield 124
174#define __NR_sched_get_priority_max 125
175#define __NR_sched_get_priority_min 126
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700176#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700177#define __NR_sched_rr_get_interval 127
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700178#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700179#define __NR_restart_syscall 128
180#define __NR_kill 129
181#define __NR_tkill 130
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700182#define __NR_tgkill 131
Ben Cheng655a7c02013-10-16 16:09:24 -0700183#define __NR_sigaltstack 132
184#define __NR_rt_sigsuspend 133
185#define __NR_rt_sigaction 134
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700186#define __NR_rt_sigprocmask 135
Ben Cheng655a7c02013-10-16 16:09:24 -0700187#define __NR_rt_sigpending 136
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700188#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700189#define __NR_rt_sigtimedwait 137
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700190#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700191#define __NR_rt_sigqueueinfo 138
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700192#define __NR_rt_sigreturn 139
Ben Cheng655a7c02013-10-16 16:09:24 -0700193#define __NR_setpriority 140
194#define __NR_getpriority 141
195#define __NR_reboot 142
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700196#define __NR_setregid 143
Ben Cheng655a7c02013-10-16 16:09:24 -0700197#define __NR_setgid 144
198#define __NR_setreuid 145
199#define __NR_setuid 146
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700200#define __NR_setresuid 147
Ben Cheng655a7c02013-10-16 16:09:24 -0700201#define __NR_getresuid 148
202#define __NR_setresgid 149
203#define __NR_getresgid 150
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700204#define __NR_setfsuid 151
Ben Cheng655a7c02013-10-16 16:09:24 -0700205#define __NR_setfsgid 152
206#define __NR_times 153
207#define __NR_setpgid 154
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700208#define __NR_getpgid 155
Ben Cheng655a7c02013-10-16 16:09:24 -0700209#define __NR_getsid 156
210#define __NR_setsid 157
211#define __NR_getgroups 158
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700212#define __NR_setgroups 159
Ben Cheng655a7c02013-10-16 16:09:24 -0700213#define __NR_uname 160
214#define __NR_sethostname 161
215#define __NR_setdomainname 162
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700216#ifdef __ARCH_WANT_SET_GET_RLIMIT
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700217#define __NR_getrlimit 163
Ben Cheng655a7c02013-10-16 16:09:24 -0700218#define __NR_setrlimit 164
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700219#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700220#define __NR_getrusage 165
221#define __NR_umask 166
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700222#define __NR_prctl 167
Ben Cheng655a7c02013-10-16 16:09:24 -0700223#define __NR_getcpu 168
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700224#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700225#define __NR_gettimeofday 169
226#define __NR_settimeofday 170
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700227#define __NR_adjtimex 171
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700228#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700229#define __NR_getpid 172
230#define __NR_getppid 173
231#define __NR_getuid 174
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700232#define __NR_geteuid 175
Ben Cheng655a7c02013-10-16 16:09:24 -0700233#define __NR_getgid 176
234#define __NR_getegid 177
235#define __NR_gettid 178
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700236#define __NR_sysinfo 179
Ben Cheng655a7c02013-10-16 16:09:24 -0700237#define __NR_mq_open 180
238#define __NR_mq_unlink 181
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700239#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700240#define __NR_mq_timedsend 182
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700241#define __NR_mq_timedreceive 183
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700242#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700243#define __NR_mq_notify 184
244#define __NR_mq_getsetattr 185
245#define __NR_msgget 186
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700246#define __NR_msgctl 187
Ben Cheng655a7c02013-10-16 16:09:24 -0700247#define __NR_msgrcv 188
248#define __NR_msgsnd 189
249#define __NR_semget 190
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700250#define __NR_semctl 191
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700251#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700252#define __NR_semtimedop 192
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700253#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700254#define __NR_semop 193
255#define __NR_shmget 194
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700256#define __NR_shmctl 195
Ben Cheng655a7c02013-10-16 16:09:24 -0700257#define __NR_shmat 196
258#define __NR_shmdt 197
259#define __NR_socket 198
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700260#define __NR_socketpair 199
Ben Cheng655a7c02013-10-16 16:09:24 -0700261#define __NR_bind 200
262#define __NR_listen 201
263#define __NR_accept 202
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700264#define __NR_connect 203
Ben Cheng655a7c02013-10-16 16:09:24 -0700265#define __NR_getsockname 204
266#define __NR_getpeername 205
267#define __NR_sendto 206
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700268#define __NR_recvfrom 207
Ben Cheng655a7c02013-10-16 16:09:24 -0700269#define __NR_setsockopt 208
270#define __NR_getsockopt 209
271#define __NR_shutdown 210
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700272#define __NR_sendmsg 211
Ben Cheng655a7c02013-10-16 16:09:24 -0700273#define __NR_recvmsg 212
274#define __NR_readahead 213
275#define __NR_brk 214
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700276#define __NR_munmap 215
Ben Cheng655a7c02013-10-16 16:09:24 -0700277#define __NR_mremap 216
278#define __NR_add_key 217
279#define __NR_request_key 218
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700280#define __NR_keyctl 219
Ben Cheng655a7c02013-10-16 16:09:24 -0700281#define __NR_clone 220
282#define __NR_execve 221
283#define __NR3264_mmap 222
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700284#define __NR3264_fadvise64 223
Ben Cheng655a7c02013-10-16 16:09:24 -0700285#ifndef __ARCH_NOMMU
286#define __NR_swapon 224
287#define __NR_swapoff 225
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700288#define __NR_mprotect 226
Ben Cheng655a7c02013-10-16 16:09:24 -0700289#define __NR_msync 227
290#define __NR_mlock 228
291#define __NR_munlock 229
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700292#define __NR_mlockall 230
Ben Cheng655a7c02013-10-16 16:09:24 -0700293#define __NR_munlockall 231
294#define __NR_mincore 232
295#define __NR_madvise 233
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700296#define __NR_remap_file_pages 234
Ben Cheng655a7c02013-10-16 16:09:24 -0700297#define __NR_mbind 235
298#define __NR_get_mempolicy 236
299#define __NR_set_mempolicy 237
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700300#define __NR_migrate_pages 238
Ben Cheng655a7c02013-10-16 16:09:24 -0700301#define __NR_move_pages 239
302#endif
303#define __NR_rt_tgsigqueueinfo 240
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700304#define __NR_perf_event_open 241
Ben Cheng655a7c02013-10-16 16:09:24 -0700305#define __NR_accept4 242
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700306#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700307#define __NR_recvmmsg 243
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700308#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700309#define __NR_arch_specific_syscall 244
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700310#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700311#define __NR_wait4 260
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700312#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700313#define __NR_prlimit64 261
314#define __NR_fanotify_init 262
315#define __NR_fanotify_mark 263
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700316#define __NR_name_to_handle_at 264
Ben Cheng655a7c02013-10-16 16:09:24 -0700317#define __NR_open_by_handle_at 265
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700318#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Ben Cheng655a7c02013-10-16 16:09:24 -0700319#define __NR_clock_adjtime 266
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700320#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700321#define __NR_syncfs 267
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700322#define __NR_setns 268
Ben Cheng655a7c02013-10-16 16:09:24 -0700323#define __NR_sendmmsg 269
324#define __NR_process_vm_readv 270
325#define __NR_process_vm_writev 271
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700326#define __NR_kcmp 272
Ben Cheng655a7c02013-10-16 16:09:24 -0700327#define __NR_finit_module 273
Christopher Ferris38062f92014-07-09 15:33:25 -0700328#define __NR_sched_setattr 274
329#define __NR_sched_getattr 275
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700330#define __NR_renameat2 276
Christopher Ferris82d75042015-01-26 10:57:07 -0800331#define __NR_seccomp 277
332#define __NR_getrandom 278
333#define __NR_memfd_create 279
Christopher Ferris82d75042015-01-26 10:57:07 -0800334#define __NR_bpf 280
Christopher Ferris05d08e92016-02-04 13:16:38 -0800335#define __NR_execveat 281
336#define __NR_userfaultfd 282
337#define __NR_membarrier 283
Christopher Ferris05d08e92016-02-04 13:16:38 -0800338#define __NR_mlock2 284
Christopher Ferris106b3a82016-08-24 12:15:38 -0700339#define __NR_copy_file_range 285
Christopher Ferris106b3a82016-08-24 12:15:38 -0700340#define __NR_preadv2 286
341#define __NR_pwritev2 287
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800342#define __NR_pkey_mprotect 288
343#define __NR_pkey_alloc 289
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800344#define __NR_pkey_free 290
Christopher Ferris525ce912017-07-26 13:12:53 -0700345#define __NR_statx 291
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700346#if defined(__ARCH_WANT_TIME32_SYSCALLS) || __BITS_PER_LONG != 32
Christopher Ferris9ce28842018-10-25 12:11:39 -0700347#define __NR_io_pgetevents 292
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700348#endif
Christopher Ferris9ce28842018-10-25 12:11:39 -0700349#define __NR_rseq 293
Christopher Ferrisd842e432019-03-07 10:21:59 -0800350#define __NR_kexec_file_load 294
Christopher Ferris80ae69d2022-08-02 16:32:21 -0700351#if defined(__SYSCALL_COMPAT) || __BITS_PER_LONG == 32
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700352#define __NR_clock_gettime64 403
353#define __NR_clock_settime64 404
354#define __NR_clock_adjtime64 405
355#define __NR_clock_getres_time64 406
356#define __NR_clock_nanosleep_time64 407
357#define __NR_timer_gettime64 408
358#define __NR_timer_settime64 409
359#define __NR_timerfd_gettime64 410
360#define __NR_timerfd_settime64 411
361#define __NR_utimensat_time64 412
362#define __NR_pselect6_time64 413
363#define __NR_ppoll_time64 414
364#define __NR_io_pgetevents_time64 416
365#define __NR_recvmmsg_time64 417
366#define __NR_mq_timedsend_time64 418
367#define __NR_mq_timedreceive_time64 419
368#define __NR_semtimedop_time64 420
369#define __NR_rt_sigtimedwait_time64 421
370#define __NR_futex_time64 422
371#define __NR_sched_rr_get_interval_time64 423
372#endif
373#define __NR_pidfd_send_signal 424
374#define __NR_io_uring_setup 425
375#define __NR_io_uring_enter 426
376#define __NR_io_uring_register 427
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700377#define __NR_open_tree 428
378#define __NR_move_mount 429
379#define __NR_fsopen 430
380#define __NR_fsconfig 431
381#define __NR_fsmount 432
382#define __NR_fspick 433
Christopher Ferrisb8a95e22019-10-02 18:29:20 -0700383#define __NR_pidfd_open 434
384#ifdef __ARCH_WANT_SYS_CLONE3
385#define __NR_clone3 435
386#endif
Christopher Ferris25c18d42020-10-14 17:42:58 -0700387#define __NR_close_range 436
Christopher Ferrisbb9fcb42020-04-06 11:38:04 -0700388#define __NR_openat2 437
389#define __NR_pidfd_getfd 438
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700390#define __NR_faccessat2 439
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800391#define __NR_process_madvise 440
Christopher Ferris05667cd2021-02-16 16:01:34 -0800392#define __NR_epoll_pwait2 441
Christopher Ferrisa9750ed2021-05-03 14:02:49 -0700393#define __NR_mount_setattr 442
Christopher Ferris3a39c0b2021-09-02 00:03:38 +0000394#define __NR_quotactl_fd 443
Christopher Ferrisfcc3b4f2021-07-01 01:30:21 +0000395#define __NR_landlock_create_ruleset 444
396#define __NR_landlock_add_rule 445
397#define __NR_landlock_restrict_self 446
Christopher Ferris3a39c0b2021-09-02 00:03:38 +0000398#ifdef __ARCH_WANT_MEMFD_SECRET
399#define __NR_memfd_secret 447
400#endif
Christopher Ferris2abfa9e2021-11-01 16:26:06 -0700401#define __NR_process_mrelease 448
Christopher Ferrisa4792612022-01-10 13:51:15 -0800402#define __NR_futex_waitv 449
Christopher Ferris1ed55342022-03-22 16:06:25 -0700403#define __NR_set_mempolicy_home_node 450
Christopher Ferris8666d042023-09-06 14:55:31 -0700404#define __NR_cachestat 451
Christopher Ferris67d1e5e2023-10-31 13:36:37 -0700405#define __NR_fchmodat2 452
Christopher Ferris0f795212024-01-17 14:17:28 -0800406#define __NR_map_shadow_stack 453
407#define __NR_futex_wake 454
408#define __NR_futex_wait 455
409#define __NR_futex_requeue 456
Christopher Ferrisb830ddf2024-03-28 11:48:08 -0700410#define __NR_statmount 457
411#define __NR_listmount 458
412#define __NR_lsm_get_self_attr 459
413#define __NR_lsm_set_self_attr 460
414#define __NR_lsm_list_modules 461
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800415#undef __NR_syscalls
Christopher Ferrisb830ddf2024-03-28 11:48:08 -0700416#define __NR_syscalls 462
Elliott Hughes40596aa2013-11-05 14:54:29 -0800417#if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT)
Christopher Ferris106b3a82016-08-24 12:15:38 -0700418#define __NR_fcntl __NR3264_fcntl
Ben Cheng655a7c02013-10-16 16:09:24 -0700419#define __NR_statfs __NR3264_statfs
420#define __NR_fstatfs __NR3264_fstatfs
421#define __NR_truncate __NR3264_truncate
Christopher Ferris106b3a82016-08-24 12:15:38 -0700422#define __NR_ftruncate __NR3264_ftruncate
Ben Cheng655a7c02013-10-16 16:09:24 -0700423#define __NR_lseek __NR3264_lseek
424#define __NR_sendfile __NR3264_sendfile
Christopher Ferris86a48372019-01-10 14:14:59 -0800425#if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64)
Ben Cheng655a7c02013-10-16 16:09:24 -0700426#define __NR_newfstatat __NR3264_fstatat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700427#define __NR_fstat __NR3264_fstat
Christopher Ferris86a48372019-01-10 14:14:59 -0800428#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700429#define __NR_mmap __NR3264_mmap
430#define __NR_fadvise64 __NR3264_fadvise64
431#ifdef __NR3264_stat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700432#define __NR_stat __NR3264_stat
Ben Cheng655a7c02013-10-16 16:09:24 -0700433#define __NR_lstat __NR3264_lstat
434#endif
435#else
Christopher Ferris106b3a82016-08-24 12:15:38 -0700436#define __NR_fcntl64 __NR3264_fcntl
Ben Cheng655a7c02013-10-16 16:09:24 -0700437#define __NR_statfs64 __NR3264_statfs
438#define __NR_fstatfs64 __NR3264_fstatfs
439#define __NR_truncate64 __NR3264_truncate
Christopher Ferris106b3a82016-08-24 12:15:38 -0700440#define __NR_ftruncate64 __NR3264_ftruncate
Ben Cheng655a7c02013-10-16 16:09:24 -0700441#define __NR_llseek __NR3264_lseek
442#define __NR_sendfile64 __NR3264_sendfile
Christopher Ferris86a48372019-01-10 14:14:59 -0800443#if defined(__ARCH_WANT_NEW_STAT) || defined(__ARCH_WANT_STAT64)
Ben Cheng655a7c02013-10-16 16:09:24 -0700444#define __NR_fstatat64 __NR3264_fstatat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700445#define __NR_fstat64 __NR3264_fstat
Christopher Ferris86a48372019-01-10 14:14:59 -0800446#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700447#define __NR_mmap2 __NR3264_mmap
448#define __NR_fadvise64_64 __NR3264_fadvise64
449#ifdef __NR3264_stat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700450#define __NR_stat64 __NR3264_stat
Ben Cheng655a7c02013-10-16 16:09:24 -0700451#define __NR_lstat64 __NR3264_lstat
452#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700453#endif