blob: 4c9634fb068bc5b996601b7afae73739a354cb78 [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#include <asm/bitsperlong.h>
20#ifndef __SYSCALL
Tao Baod7db5942015-01-28 10:07:51 -080021#define __SYSCALL(x,y)
Ben Cheng655a7c02013-10-16 16:09:24 -070022#endif
Elliott Hughes40596aa2013-11-05 14:54:29 -080023#if __BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)
Tao Baod7db5942015-01-28 10:07:51 -080024#define __SC_3264(_nr,_32,_64) __SYSCALL(_nr, _32)
Ben Cheng655a7c02013-10-16 16:09:24 -070025#else
Tao Baod7db5942015-01-28 10:07:51 -080026#define __SC_3264(_nr,_32,_64) __SYSCALL(_nr, _64)
Ben Cheng655a7c02013-10-16 16:09:24 -070027#endif
28#ifdef __SYSCALL_COMPAT
Tao Baod7db5942015-01-28 10:07:51 -080029#define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _comp)
30#define __SC_COMP_3264(_nr,_32,_64,_comp) __SYSCALL(_nr, _comp)
Ben Cheng655a7c02013-10-16 16:09:24 -070031#else
Tao Baod7db5942015-01-28 10:07:51 -080032#define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _sys)
33#define __SC_COMP_3264(_nr,_32,_64,_comp) __SC_3264(_nr, _32, _64)
Ben Cheng655a7c02013-10-16 16:09:24 -070034#endif
Ben Cheng655a7c02013-10-16 16:09:24 -070035#define __NR_io_setup 0
36#define __NR_io_destroy 1
37#define __NR_io_submit 2
38#define __NR_io_cancel 3
Ben Cheng655a7c02013-10-16 16:09:24 -070039#define __NR_io_getevents 4
40#define __NR_setxattr 5
41#define __NR_lsetxattr 6
42#define __NR_fsetxattr 7
Ben Cheng655a7c02013-10-16 16:09:24 -070043#define __NR_getxattr 8
44#define __NR_lgetxattr 9
45#define __NR_fgetxattr 10
46#define __NR_listxattr 11
Ben Cheng655a7c02013-10-16 16:09:24 -070047#define __NR_llistxattr 12
48#define __NR_flistxattr 13
49#define __NR_removexattr 14
50#define __NR_lremovexattr 15
Ben Cheng655a7c02013-10-16 16:09:24 -070051#define __NR_fremovexattr 16
52#define __NR_getcwd 17
53#define __NR_lookup_dcookie 18
54#define __NR_eventfd2 19
Ben Cheng655a7c02013-10-16 16:09:24 -070055#define __NR_epoll_create1 20
56#define __NR_epoll_ctl 21
57#define __NR_epoll_pwait 22
58#define __NR_dup 23
Ben Cheng655a7c02013-10-16 16:09:24 -070059#define __NR_dup3 24
60#define __NR3264_fcntl 25
61#define __NR_inotify_init1 26
62#define __NR_inotify_add_watch 27
Ben Cheng655a7c02013-10-16 16:09:24 -070063#define __NR_inotify_rm_watch 28
64#define __NR_ioctl 29
65#define __NR_ioprio_set 30
66#define __NR_ioprio_get 31
Ben Cheng655a7c02013-10-16 16:09:24 -070067#define __NR_flock 32
68#define __NR_mknodat 33
69#define __NR_mkdirat 34
70#define __NR_unlinkat 35
Ben Cheng655a7c02013-10-16 16:09:24 -070071#define __NR_symlinkat 36
72#define __NR_linkat 37
Christopher Ferris106b3a82016-08-24 12:15:38 -070073#ifdef __ARCH_WANT_RENAMEAT
Ben Cheng655a7c02013-10-16 16:09:24 -070074#define __NR_renameat 38
Christopher Ferris106b3a82016-08-24 12:15:38 -070075#endif
76#define __NR_umount2 39
Ben Cheng655a7c02013-10-16 16:09:24 -070077#define __NR_mount 40
78#define __NR_pivot_root 41
79#define __NR_nfsservctl 42
80#define __NR3264_statfs 43
Ben Cheng655a7c02013-10-16 16:09:24 -070081#define __NR3264_fstatfs 44
82#define __NR3264_truncate 45
83#define __NR3264_ftruncate 46
84#define __NR_fallocate 47
Ben Cheng655a7c02013-10-16 16:09:24 -070085#define __NR_faccessat 48
86#define __NR_chdir 49
87#define __NR_fchdir 50
88#define __NR_chroot 51
Ben Cheng655a7c02013-10-16 16:09:24 -070089#define __NR_fchmod 52
90#define __NR_fchmodat 53
91#define __NR_fchownat 54
92#define __NR_fchown 55
Ben Cheng655a7c02013-10-16 16:09:24 -070093#define __NR_openat 56
94#define __NR_close 57
95#define __NR_vhangup 58
96#define __NR_pipe2 59
Ben Cheng655a7c02013-10-16 16:09:24 -070097#define __NR_quotactl 60
98#define __NR_getdents64 61
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070099#define __ARCH_WANT_COMPAT_SYS_GETDENTS64
Ben Cheng655a7c02013-10-16 16:09:24 -0700100#define __NR3264_lseek 62
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700101#define __NR_read 63
Ben Cheng655a7c02013-10-16 16:09:24 -0700102#define __NR_write 64
103#define __NR_readv 65
104#define __NR_writev 66
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700105#define __NR_pread64 67
Ben Cheng655a7c02013-10-16 16:09:24 -0700106#define __NR_pwrite64 68
107#define __NR_preadv 69
108#define __NR_pwritev 70
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700109#define __NR3264_sendfile 71
Ben Cheng655a7c02013-10-16 16:09:24 -0700110#define __NR_pselect6 72
111#define __NR_ppoll 73
112#define __NR_signalfd4 74
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700113#define __NR_vmsplice 75
Ben Cheng655a7c02013-10-16 16:09:24 -0700114#define __NR_splice 76
115#define __NR_tee 77
116#define __NR_readlinkat 78
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700117#define __NR3264_fstatat 79
Ben Cheng655a7c02013-10-16 16:09:24 -0700118#define __NR3264_fstat 80
119#define __NR_sync 81
120#define __NR_fsync 82
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700121#define __NR_fdatasync 83
Ben Cheng655a7c02013-10-16 16:09:24 -0700122#ifdef __ARCH_WANT_SYNC_FILE_RANGE2
123#define __NR_sync_file_range2 84
124#else
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700125#define __NR_sync_file_range 84
Ben Cheng655a7c02013-10-16 16:09:24 -0700126#endif
127#define __NR_timerfd_create 85
128#define __NR_timerfd_settime 86
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700129#define __NR_timerfd_gettime 87
Ben Cheng655a7c02013-10-16 16:09:24 -0700130#define __NR_utimensat 88
131#define __NR_acct 89
132#define __NR_capget 90
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700133#define __NR_capset 91
Ben Cheng655a7c02013-10-16 16:09:24 -0700134#define __NR_personality 92
135#define __NR_exit 93
136#define __NR_exit_group 94
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700137#define __NR_waitid 95
Ben Cheng655a7c02013-10-16 16:09:24 -0700138#define __NR_set_tid_address 96
139#define __NR_unshare 97
140#define __NR_futex 98
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700141#define __NR_set_robust_list 99
Ben Cheng655a7c02013-10-16 16:09:24 -0700142#define __NR_get_robust_list 100
143#define __NR_nanosleep 101
144#define __NR_getitimer 102
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700145#define __NR_setitimer 103
Ben Cheng655a7c02013-10-16 16:09:24 -0700146#define __NR_kexec_load 104
147#define __NR_init_module 105
148#define __NR_delete_module 106
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700149#define __NR_timer_create 107
Ben Cheng655a7c02013-10-16 16:09:24 -0700150#define __NR_timer_gettime 108
151#define __NR_timer_getoverrun 109
152#define __NR_timer_settime 110
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700153#define __NR_timer_delete 111
Ben Cheng655a7c02013-10-16 16:09:24 -0700154#define __NR_clock_settime 112
155#define __NR_clock_gettime 113
156#define __NR_clock_getres 114
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700157#define __NR_clock_nanosleep 115
Ben Cheng655a7c02013-10-16 16:09:24 -0700158#define __NR_syslog 116
159#define __NR_ptrace 117
160#define __NR_sched_setparam 118
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700161#define __NR_sched_setscheduler 119
Ben Cheng655a7c02013-10-16 16:09:24 -0700162#define __NR_sched_getscheduler 120
163#define __NR_sched_getparam 121
164#define __NR_sched_setaffinity 122
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700165#define __NR_sched_getaffinity 123
Ben Cheng655a7c02013-10-16 16:09:24 -0700166#define __NR_sched_yield 124
167#define __NR_sched_get_priority_max 125
168#define __NR_sched_get_priority_min 126
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700169#define __NR_sched_rr_get_interval 127
Ben Cheng655a7c02013-10-16 16:09:24 -0700170#define __NR_restart_syscall 128
171#define __NR_kill 129
172#define __NR_tkill 130
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700173#define __NR_tgkill 131
Ben Cheng655a7c02013-10-16 16:09:24 -0700174#define __NR_sigaltstack 132
175#define __NR_rt_sigsuspend 133
176#define __NR_rt_sigaction 134
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700177#define __NR_rt_sigprocmask 135
Ben Cheng655a7c02013-10-16 16:09:24 -0700178#define __NR_rt_sigpending 136
179#define __NR_rt_sigtimedwait 137
180#define __NR_rt_sigqueueinfo 138
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700181#define __NR_rt_sigreturn 139
Ben Cheng655a7c02013-10-16 16:09:24 -0700182#define __NR_setpriority 140
183#define __NR_getpriority 141
184#define __NR_reboot 142
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700185#define __NR_setregid 143
Ben Cheng655a7c02013-10-16 16:09:24 -0700186#define __NR_setgid 144
187#define __NR_setreuid 145
188#define __NR_setuid 146
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700189#define __NR_setresuid 147
Ben Cheng655a7c02013-10-16 16:09:24 -0700190#define __NR_getresuid 148
191#define __NR_setresgid 149
192#define __NR_getresgid 150
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700193#define __NR_setfsuid 151
Ben Cheng655a7c02013-10-16 16:09:24 -0700194#define __NR_setfsgid 152
195#define __NR_times 153
196#define __NR_setpgid 154
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700197#define __NR_getpgid 155
Ben Cheng655a7c02013-10-16 16:09:24 -0700198#define __NR_getsid 156
199#define __NR_setsid 157
200#define __NR_getgroups 158
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700201#define __NR_setgroups 159
Ben Cheng655a7c02013-10-16 16:09:24 -0700202#define __NR_uname 160
203#define __NR_sethostname 161
204#define __NR_setdomainname 162
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700205#define __NR_getrlimit 163
Ben Cheng655a7c02013-10-16 16:09:24 -0700206#define __NR_setrlimit 164
207#define __NR_getrusage 165
208#define __NR_umask 166
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700209#define __NR_prctl 167
Ben Cheng655a7c02013-10-16 16:09:24 -0700210#define __NR_getcpu 168
211#define __NR_gettimeofday 169
212#define __NR_settimeofday 170
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700213#define __NR_adjtimex 171
Ben Cheng655a7c02013-10-16 16:09:24 -0700214#define __NR_getpid 172
215#define __NR_getppid 173
216#define __NR_getuid 174
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700217#define __NR_geteuid 175
Ben Cheng655a7c02013-10-16 16:09:24 -0700218#define __NR_getgid 176
219#define __NR_getegid 177
220#define __NR_gettid 178
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700221#define __NR_sysinfo 179
Ben Cheng655a7c02013-10-16 16:09:24 -0700222#define __NR_mq_open 180
223#define __NR_mq_unlink 181
224#define __NR_mq_timedsend 182
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700225#define __NR_mq_timedreceive 183
Ben Cheng655a7c02013-10-16 16:09:24 -0700226#define __NR_mq_notify 184
227#define __NR_mq_getsetattr 185
228#define __NR_msgget 186
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700229#define __NR_msgctl 187
Ben Cheng655a7c02013-10-16 16:09:24 -0700230#define __NR_msgrcv 188
231#define __NR_msgsnd 189
232#define __NR_semget 190
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700233#define __NR_semctl 191
Ben Cheng655a7c02013-10-16 16:09:24 -0700234#define __NR_semtimedop 192
235#define __NR_semop 193
236#define __NR_shmget 194
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700237#define __NR_shmctl 195
Ben Cheng655a7c02013-10-16 16:09:24 -0700238#define __NR_shmat 196
239#define __NR_shmdt 197
240#define __NR_socket 198
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700241#define __NR_socketpair 199
Ben Cheng655a7c02013-10-16 16:09:24 -0700242#define __NR_bind 200
243#define __NR_listen 201
244#define __NR_accept 202
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700245#define __NR_connect 203
Ben Cheng655a7c02013-10-16 16:09:24 -0700246#define __NR_getsockname 204
247#define __NR_getpeername 205
248#define __NR_sendto 206
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700249#define __NR_recvfrom 207
Ben Cheng655a7c02013-10-16 16:09:24 -0700250#define __NR_setsockopt 208
251#define __NR_getsockopt 209
252#define __NR_shutdown 210
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700253#define __NR_sendmsg 211
Ben Cheng655a7c02013-10-16 16:09:24 -0700254#define __NR_recvmsg 212
255#define __NR_readahead 213
256#define __NR_brk 214
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700257#define __NR_munmap 215
Ben Cheng655a7c02013-10-16 16:09:24 -0700258#define __NR_mremap 216
259#define __NR_add_key 217
260#define __NR_request_key 218
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700261#define __NR_keyctl 219
Ben Cheng655a7c02013-10-16 16:09:24 -0700262#define __NR_clone 220
263#define __NR_execve 221
264#define __NR3264_mmap 222
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700265#define __NR3264_fadvise64 223
Ben Cheng655a7c02013-10-16 16:09:24 -0700266#ifndef __ARCH_NOMMU
267#define __NR_swapon 224
268#define __NR_swapoff 225
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700269#define __NR_mprotect 226
Ben Cheng655a7c02013-10-16 16:09:24 -0700270#define __NR_msync 227
271#define __NR_mlock 228
272#define __NR_munlock 229
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700273#define __NR_mlockall 230
Ben Cheng655a7c02013-10-16 16:09:24 -0700274#define __NR_munlockall 231
275#define __NR_mincore 232
276#define __NR_madvise 233
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700277#define __NR_remap_file_pages 234
Ben Cheng655a7c02013-10-16 16:09:24 -0700278#define __NR_mbind 235
279#define __NR_get_mempolicy 236
280#define __NR_set_mempolicy 237
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700281#define __NR_migrate_pages 238
Ben Cheng655a7c02013-10-16 16:09:24 -0700282#define __NR_move_pages 239
283#endif
284#define __NR_rt_tgsigqueueinfo 240
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700285#define __NR_perf_event_open 241
Ben Cheng655a7c02013-10-16 16:09:24 -0700286#define __NR_accept4 242
287#define __NR_recvmmsg 243
288#define __NR_arch_specific_syscall 244
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700289#define __NR_wait4 260
Ben Cheng655a7c02013-10-16 16:09:24 -0700290#define __NR_prlimit64 261
291#define __NR_fanotify_init 262
292#define __NR_fanotify_mark 263
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700293#define __NR_name_to_handle_at 264
Ben Cheng655a7c02013-10-16 16:09:24 -0700294#define __NR_open_by_handle_at 265
295#define __NR_clock_adjtime 266
296#define __NR_syncfs 267
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700297#define __NR_setns 268
Ben Cheng655a7c02013-10-16 16:09:24 -0700298#define __NR_sendmmsg 269
299#define __NR_process_vm_readv 270
300#define __NR_process_vm_writev 271
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700301#define __NR_kcmp 272
Ben Cheng655a7c02013-10-16 16:09:24 -0700302#define __NR_finit_module 273
Christopher Ferris38062f92014-07-09 15:33:25 -0700303#define __NR_sched_setattr 274
304#define __NR_sched_getattr 275
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700305#define __NR_renameat2 276
Christopher Ferris82d75042015-01-26 10:57:07 -0800306#define __NR_seccomp 277
307#define __NR_getrandom 278
308#define __NR_memfd_create 279
Christopher Ferris82d75042015-01-26 10:57:07 -0800309#define __NR_bpf 280
Christopher Ferris05d08e92016-02-04 13:16:38 -0800310#define __NR_execveat 281
311#define __NR_userfaultfd 282
312#define __NR_membarrier 283
Christopher Ferris05d08e92016-02-04 13:16:38 -0800313#define __NR_mlock2 284
Christopher Ferris106b3a82016-08-24 12:15:38 -0700314#define __NR_copy_file_range 285
Christopher Ferris106b3a82016-08-24 12:15:38 -0700315#define __NR_preadv2 286
316#define __NR_pwritev2 287
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800317#define __NR_pkey_mprotect 288
318#define __NR_pkey_alloc 289
Christopher Ferris6a9755d2017-01-13 14:09:31 -0800319#define __NR_pkey_free 290
320#undef __NR_syscalls
321#define __NR_syscalls 291
Christopher Ferris106b3a82016-08-24 12:15:38 -0700322#ifdef __ARCH_WANT_SYSCALL_NO_AT
Ben Cheng655a7c02013-10-16 16:09:24 -0700323#define __NR_open 1024
324#define __NR_link 1025
325#define __NR_unlink 1026
Christopher Ferris106b3a82016-08-24 12:15:38 -0700326#define __NR_mknod 1027
Ben Cheng655a7c02013-10-16 16:09:24 -0700327#define __NR_chmod 1028
328#define __NR_chown 1029
329#define __NR_mkdir 1030
Christopher Ferris106b3a82016-08-24 12:15:38 -0700330#define __NR_rmdir 1031
Ben Cheng655a7c02013-10-16 16:09:24 -0700331#define __NR_lchown 1032
332#define __NR_access 1033
333#define __NR_rename 1034
Christopher Ferris106b3a82016-08-24 12:15:38 -0700334#define __NR_readlink 1035
Ben Cheng655a7c02013-10-16 16:09:24 -0700335#define __NR_symlink 1036
336#define __NR_utimes 1037
337#define __NR3264_stat 1038
Christopher Ferris106b3a82016-08-24 12:15:38 -0700338#define __NR3264_lstat 1039
Ben Cheng655a7c02013-10-16 16:09:24 -0700339#undef __NR_syscalls
Tao Baod7db5942015-01-28 10:07:51 -0800340#define __NR_syscalls (__NR3264_lstat + 1)
Ben Cheng655a7c02013-10-16 16:09:24 -0700341#endif
Christopher Ferris106b3a82016-08-24 12:15:38 -0700342#ifdef __ARCH_WANT_SYSCALL_NO_FLAGS
Ben Cheng655a7c02013-10-16 16:09:24 -0700343#define __NR_pipe 1040
344#define __NR_dup2 1041
345#define __NR_epoll_create 1042
Christopher Ferris106b3a82016-08-24 12:15:38 -0700346#define __NR_inotify_init 1043
Ben Cheng655a7c02013-10-16 16:09:24 -0700347#define __NR_eventfd 1044
348#define __NR_signalfd 1045
349#undef __NR_syscalls
Christopher Ferris106b3a82016-08-24 12:15:38 -0700350#define __NR_syscalls (__NR_signalfd + 1)
Ben Cheng655a7c02013-10-16 16:09:24 -0700351#endif
Elliott Hughes40596aa2013-11-05 14:54:29 -0800352#if (__BITS_PER_LONG == 32 || defined(__SYSCALL_COMPAT)) && defined(__ARCH_WANT_SYSCALL_OFF_T)
Ben Cheng655a7c02013-10-16 16:09:24 -0700353#define __NR_sendfile 1046
Christopher Ferris106b3a82016-08-24 12:15:38 -0700354#define __NR_ftruncate 1047
Ben Cheng655a7c02013-10-16 16:09:24 -0700355#define __NR_truncate 1048
356#define __NR_stat 1049
357#define __NR_lstat 1050
Christopher Ferris106b3a82016-08-24 12:15:38 -0700358#define __NR_fstat 1051
Ben Cheng655a7c02013-10-16 16:09:24 -0700359#define __NR_fcntl 1052
360#define __NR_fadvise64 1053
361#define __ARCH_WANT_SYS_FADVISE64
Christopher Ferris106b3a82016-08-24 12:15:38 -0700362#define __NR_newfstatat 1054
Ben Cheng655a7c02013-10-16 16:09:24 -0700363#define __ARCH_WANT_SYS_NEWFSTATAT
364#define __NR_fstatfs 1055
365#define __NR_statfs 1056
Christopher Ferris106b3a82016-08-24 12:15:38 -0700366#define __NR_lseek 1057
Ben Cheng655a7c02013-10-16 16:09:24 -0700367#define __NR_mmap 1058
368#undef __NR_syscalls
Tao Baod7db5942015-01-28 10:07:51 -0800369#define __NR_syscalls (__NR_mmap + 1)
Christopher Ferris106b3a82016-08-24 12:15:38 -0700370#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700371#ifdef __ARCH_WANT_SYSCALL_DEPRECATED
372#define __NR_alarm 1059
373#define __ARCH_WANT_SYS_ALARM
Christopher Ferris106b3a82016-08-24 12:15:38 -0700374#define __NR_getpgrp 1060
Ben Cheng655a7c02013-10-16 16:09:24 -0700375#define __ARCH_WANT_SYS_GETPGRP
376#define __NR_pause 1061
377#define __ARCH_WANT_SYS_PAUSE
Christopher Ferris106b3a82016-08-24 12:15:38 -0700378#define __NR_time 1062
Ben Cheng655a7c02013-10-16 16:09:24 -0700379#define __ARCH_WANT_SYS_TIME
380#define __ARCH_WANT_COMPAT_SYS_TIME
381#define __NR_utime 1063
Christopher Ferris106b3a82016-08-24 12:15:38 -0700382#define __ARCH_WANT_SYS_UTIME
Ben Cheng655a7c02013-10-16 16:09:24 -0700383#define __NR_creat 1064
384#define __NR_getdents 1065
385#define __ARCH_WANT_SYS_GETDENTS
Christopher Ferris106b3a82016-08-24 12:15:38 -0700386#define __NR_futimesat 1066
Ben Cheng655a7c02013-10-16 16:09:24 -0700387#define __NR_select 1067
388#define __ARCH_WANT_SYS_SELECT
389#define __NR_poll 1068
Christopher Ferris106b3a82016-08-24 12:15:38 -0700390#define __NR_epoll_wait 1069
Ben Cheng655a7c02013-10-16 16:09:24 -0700391#define __NR_ustat 1070
392#define __NR_vfork 1071
393#define __NR_oldwait4 1072
Christopher Ferris106b3a82016-08-24 12:15:38 -0700394#define __NR_recv 1073
Ben Cheng655a7c02013-10-16 16:09:24 -0700395#define __NR_send 1074
396#define __NR_bdflush 1075
397#define __NR_umount 1076
Christopher Ferris106b3a82016-08-24 12:15:38 -0700398#define __ARCH_WANT_SYS_OLDUMOUNT
Ben Cheng655a7c02013-10-16 16:09:24 -0700399#define __NR_uselib 1077
400#define __NR__sysctl 1078
401#define __NR_fork 1079
Christopher Ferris106b3a82016-08-24 12:15:38 -0700402#undef __NR_syscalls
Tao Baod7db5942015-01-28 10:07:51 -0800403#define __NR_syscalls (__NR_fork + 1)
Ben Cheng655a7c02013-10-16 16:09:24 -0700404#endif
Elliott Hughes40596aa2013-11-05 14:54:29 -0800405#if __BITS_PER_LONG == 64 && !defined(__SYSCALL_COMPAT)
Christopher Ferris106b3a82016-08-24 12:15:38 -0700406#define __NR_fcntl __NR3264_fcntl
Ben Cheng655a7c02013-10-16 16:09:24 -0700407#define __NR_statfs __NR3264_statfs
408#define __NR_fstatfs __NR3264_fstatfs
409#define __NR_truncate __NR3264_truncate
Christopher Ferris106b3a82016-08-24 12:15:38 -0700410#define __NR_ftruncate __NR3264_ftruncate
Ben Cheng655a7c02013-10-16 16:09:24 -0700411#define __NR_lseek __NR3264_lseek
412#define __NR_sendfile __NR3264_sendfile
413#define __NR_newfstatat __NR3264_fstatat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700414#define __NR_fstat __NR3264_fstat
Ben Cheng655a7c02013-10-16 16:09:24 -0700415#define __NR_mmap __NR3264_mmap
416#define __NR_fadvise64 __NR3264_fadvise64
417#ifdef __NR3264_stat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700418#define __NR_stat __NR3264_stat
Ben Cheng655a7c02013-10-16 16:09:24 -0700419#define __NR_lstat __NR3264_lstat
420#endif
421#else
Christopher Ferris106b3a82016-08-24 12:15:38 -0700422#define __NR_fcntl64 __NR3264_fcntl
Ben Cheng655a7c02013-10-16 16:09:24 -0700423#define __NR_statfs64 __NR3264_statfs
424#define __NR_fstatfs64 __NR3264_fstatfs
425#define __NR_truncate64 __NR3264_truncate
Christopher Ferris106b3a82016-08-24 12:15:38 -0700426#define __NR_ftruncate64 __NR3264_ftruncate
Ben Cheng655a7c02013-10-16 16:09:24 -0700427#define __NR_llseek __NR3264_lseek
428#define __NR_sendfile64 __NR3264_sendfile
429#define __NR_fstatat64 __NR3264_fstatat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700430#define __NR_fstat64 __NR3264_fstat
Ben Cheng655a7c02013-10-16 16:09:24 -0700431#define __NR_mmap2 __NR3264_mmap
432#define __NR_fadvise64_64 __NR3264_fadvise64
433#ifdef __NR3264_stat
Christopher Ferris106b3a82016-08-24 12:15:38 -0700434#define __NR_stat64 __NR3264_stat
Ben Cheng655a7c02013-10-16 16:09:24 -0700435#define __NR_lstat64 __NR3264_lstat
436#endif
Ben Cheng655a7c02013-10-16 16:09:24 -0700437#endif