]> git.proxmox.com Git - rustc.git/blob - src/vendor/libc/src/unix/notbsd/linux/other/b64/aarch64.rs
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / libc / src / unix / notbsd / linux / other / b64 / aarch64.rs
1 //! AArch64-specific definitions for 64-bit linux-like values
2
3 pub type c_char = u8;
4 pub type wchar_t = u32;
5 pub type nlink_t = u32;
6 pub type blksize_t = i32;
7 pub type suseconds_t = i64;
8
9 s! {
10 pub struct stat {
11 pub st_dev: ::dev_t,
12 pub st_ino: ::ino_t,
13 pub st_mode: ::mode_t,
14 pub st_nlink: ::nlink_t,
15 pub st_uid: ::uid_t,
16 pub st_gid: ::gid_t,
17 pub st_rdev: ::dev_t,
18 __pad1: ::dev_t,
19 pub st_size: ::off_t,
20 pub st_blksize: ::blksize_t,
21 __pad2: ::c_int,
22 pub st_blocks: ::blkcnt_t,
23 pub st_atime: ::time_t,
24 pub st_atime_nsec: ::c_long,
25 pub st_mtime: ::time_t,
26 pub st_mtime_nsec: ::c_long,
27 pub st_ctime: ::time_t,
28 pub st_ctime_nsec: ::c_long,
29 __unused: [::c_int; 2],
30 }
31
32 pub struct stat64 {
33 pub st_dev: ::dev_t,
34 pub st_ino: ::ino_t,
35 pub st_mode: ::mode_t,
36 pub st_nlink: ::nlink_t,
37 pub st_uid: ::uid_t,
38 pub st_gid: ::gid_t,
39 pub st_rdev: ::dev_t,
40 __pad1: ::dev_t,
41 pub st_size: ::off64_t,
42 pub st_blksize: ::blksize_t,
43 __pad2: ::c_int,
44 pub st_blocks: ::blkcnt64_t,
45 pub st_atime: ::time_t,
46 pub st_atime_nsec: ::c_long,
47 pub st_mtime: ::time_t,
48 pub st_mtime_nsec: ::c_long,
49 pub st_ctime: ::time_t,
50 pub st_ctime_nsec: ::c_long,
51 __unused: [::c_int; 2],
52 }
53
54 pub struct pthread_attr_t {
55 __size: [u64; 8]
56 }
57
58 pub struct ipc_perm {
59 pub __key: ::key_t,
60 pub uid: ::uid_t,
61 pub gid: ::gid_t,
62 pub cuid: ::uid_t,
63 pub cgid: ::gid_t,
64 pub mode: ::c_uint,
65 pub __seq: ::c_ushort,
66 __pad1: ::c_ushort,
67 __unused1: ::c_ulong,
68 __unused2: ::c_ulong
69 }
70
71 pub struct shmid_ds {
72 pub shm_perm: ::ipc_perm,
73 pub shm_segsz: ::size_t,
74 pub shm_atime: ::time_t,
75 pub shm_dtime: ::time_t,
76 pub shm_ctime: ::time_t,
77 pub shm_cpid: ::pid_t,
78 pub shm_lpid: ::pid_t,
79 pub shm_nattch: ::shmatt_t,
80 __unused4: ::c_ulong,
81 __unused5: ::c_ulong
82 }
83 }
84
85 pub const TIOCGSOFTCAR: ::c_ulong = 0x5419;
86 pub const TIOCSSOFTCAR: ::c_ulong = 0x541A;
87
88 pub const RLIMIT_NOFILE: ::c_int = 7;
89 pub const RLIMIT_NPROC: ::c_int = 6;
90
91 pub const O_APPEND: ::c_int = 1024;
92 pub const O_CREAT: ::c_int = 64;
93 pub const O_EXCL: ::c_int = 128;
94 pub const O_NOCTTY: ::c_int = 256;
95 pub const O_NONBLOCK: ::c_int = 2048;
96 pub const O_SYNC: ::c_int = 1052672;
97 pub const O_RSYNC: ::c_int = 1052672;
98 pub const O_DSYNC: ::c_int = 4096;
99 pub const O_FSYNC: ::c_int = 0x101000;
100
101 pub const MAP_GROWSDOWN: ::c_int = 0x0100;
102
103 pub const EDEADLK: ::c_int = 35;
104 pub const ENAMETOOLONG: ::c_int = 36;
105 pub const ENOLCK: ::c_int = 37;
106 pub const ENOSYS: ::c_int = 38;
107 pub const ENOTEMPTY: ::c_int = 39;
108 pub const ELOOP: ::c_int = 40;
109 pub const ENOMSG: ::c_int = 42;
110 pub const EIDRM: ::c_int = 43;
111 pub const ECHRNG: ::c_int = 44;
112 pub const EL2NSYNC: ::c_int = 45;
113 pub const EL3HLT: ::c_int = 46;
114 pub const EL3RST: ::c_int = 47;
115 pub const ELNRNG: ::c_int = 48;
116 pub const EUNATCH: ::c_int = 49;
117 pub const ENOCSI: ::c_int = 50;
118 pub const EL2HLT: ::c_int = 51;
119 pub const EBADE: ::c_int = 52;
120 pub const EBADR: ::c_int = 53;
121 pub const EXFULL: ::c_int = 54;
122 pub const ENOANO: ::c_int = 55;
123 pub const EBADRQC: ::c_int = 56;
124 pub const EBADSLT: ::c_int = 57;
125 pub const EMULTIHOP: ::c_int = 72;
126 pub const EOVERFLOW: ::c_int = 75;
127 pub const ENOTUNIQ: ::c_int = 76;
128 pub const EBADFD: ::c_int = 77;
129 pub const EBADMSG: ::c_int = 74;
130 pub const EREMCHG: ::c_int = 78;
131 pub const ELIBACC: ::c_int = 79;
132 pub const ELIBBAD: ::c_int = 80;
133 pub const ELIBSCN: ::c_int = 81;
134 pub const ELIBMAX: ::c_int = 82;
135 pub const ELIBEXEC: ::c_int = 83;
136 pub const EILSEQ: ::c_int = 84;
137 pub const ERESTART: ::c_int = 85;
138 pub const ESTRPIPE: ::c_int = 86;
139 pub const EUSERS: ::c_int = 87;
140 pub const ENOTSOCK: ::c_int = 88;
141 pub const EDESTADDRREQ: ::c_int = 89;
142 pub const EMSGSIZE: ::c_int = 90;
143 pub const EPROTOTYPE: ::c_int = 91;
144 pub const ENOPROTOOPT: ::c_int = 92;
145 pub const EPROTONOSUPPORT: ::c_int = 93;
146 pub const ESOCKTNOSUPPORT: ::c_int = 94;
147 pub const EOPNOTSUPP: ::c_int = 95;
148 pub const EPFNOSUPPORT: ::c_int = 96;
149 pub const EAFNOSUPPORT: ::c_int = 97;
150 pub const EADDRINUSE: ::c_int = 98;
151 pub const EADDRNOTAVAIL: ::c_int = 99;
152 pub const ENETDOWN: ::c_int = 100;
153 pub const ENETUNREACH: ::c_int = 101;
154 pub const ENETRESET: ::c_int = 102;
155 pub const ECONNABORTED: ::c_int = 103;
156 pub const ECONNRESET: ::c_int = 104;
157 pub const ENOBUFS: ::c_int = 105;
158 pub const EISCONN: ::c_int = 106;
159 pub const ENOTCONN: ::c_int = 107;
160 pub const ESHUTDOWN: ::c_int = 108;
161 pub const ETOOMANYREFS: ::c_int = 109;
162 pub const ETIMEDOUT: ::c_int = 110;
163 pub const ECONNREFUSED: ::c_int = 111;
164 pub const EHOSTDOWN: ::c_int = 112;
165 pub const EHOSTUNREACH: ::c_int = 113;
166 pub const EALREADY: ::c_int = 114;
167 pub const EINPROGRESS: ::c_int = 115;
168 pub const ESTALE: ::c_int = 116;
169 pub const EDQUOT: ::c_int = 122;
170 pub const ENOMEDIUM: ::c_int = 123;
171 pub const EMEDIUMTYPE: ::c_int = 124;
172 pub const ECANCELED: ::c_int = 125;
173 pub const ENOKEY: ::c_int = 126;
174 pub const EKEYEXPIRED: ::c_int = 127;
175 pub const EKEYREVOKED: ::c_int = 128;
176 pub const EKEYREJECTED: ::c_int = 129;
177 pub const EOWNERDEAD: ::c_int = 130;
178 pub const ENOTRECOVERABLE: ::c_int = 131;
179 pub const EHWPOISON: ::c_int = 133;
180 pub const ERFKILL: ::c_int = 132;
181
182 pub const SOL_SOCKET: ::c_int = 1;
183
184 pub const SO_REUSEADDR: ::c_int = 2;
185 pub const SO_TYPE: ::c_int = 3;
186 pub const SO_ERROR: ::c_int = 4;
187 pub const SO_DONTROUTE: ::c_int = 5;
188 pub const SO_BROADCAST: ::c_int = 6;
189 pub const SO_SNDBUF: ::c_int = 7;
190 pub const SO_RCVBUF: ::c_int = 8;
191 pub const SO_SNDBUFFORCE: ::c_int = 32;
192 pub const SO_RCVBUFFORCE: ::c_int = 33;
193 pub const SO_KEEPALIVE: ::c_int = 9;
194 pub const SO_OOBINLINE: ::c_int = 10;
195 pub const SO_NO_CHECK: ::c_int = 11;
196 pub const SO_PRIORITY: ::c_int = 12;
197 pub const SO_LINGER: ::c_int = 13;
198 pub const SO_BSDCOMPAT: ::c_int = 14;
199 pub const SO_REUSEPORT: ::c_int = 15;
200 pub const SO_PASSCRED: ::c_int = 16;
201 pub const SO_PEERCRED: ::c_int = 17;
202 pub const SO_RCVLOWAT: ::c_int = 18;
203 pub const SO_SNDLOWAT: ::c_int = 19;
204 pub const SO_RCVTIMEO: ::c_int = 20;
205 pub const SO_SNDTIMEO: ::c_int = 21;
206 pub const SO_SECURITY_AUTHENTICATION: ::c_int = 22;
207 pub const SO_SECURITY_ENCRYPTION_TRANSPORT: ::c_int = 23;
208 pub const SO_SECURITY_ENCRYPTION_NETWORK: ::c_int = 24;
209 pub const SO_BINDTODEVICE: ::c_int = 25;
210 pub const SO_ATTACH_FILTER: ::c_int = 26;
211 pub const SO_DETACH_FILTER: ::c_int = 27;
212 pub const SO_GET_FILTER: ::c_int = SO_ATTACH_FILTER;
213 pub const SO_PEERNAME: ::c_int = 28;
214 pub const SO_TIMESTAMP: ::c_int = 29;
215 pub const SCM_TIMESTAMP: ::c_int = SO_TIMESTAMP;
216 pub const SO_ACCEPTCONN: ::c_int = 30;
217 pub const SO_PEERSEC: ::c_int = 31;
218 pub const SO_PASSSEC: ::c_int = 34;
219 pub const SO_TIMESTAMPNS: ::c_int = 35;
220 pub const SCM_TIMESTAMPNS: ::c_int = SO_TIMESTAMPNS;
221 pub const SO_MARK: ::c_int = 36;
222 pub const SO_TIMESTAMPING: ::c_int = 37;
223 pub const SCM_TIMESTAMPING: ::c_int = SO_TIMESTAMPING;
224 pub const SO_PROTOCOL: ::c_int = 38;
225 pub const SO_DOMAIN: ::c_int = 39;
226 pub const SO_RXQ_OVFL: ::c_int = 40;
227 pub const SO_WIFI_STATUS: ::c_int = 41;
228 pub const SCM_WIFI_STATUS: ::c_int = SO_WIFI_STATUS;
229 pub const SO_PEEK_OFF: ::c_int = 42;
230 pub const SO_NOFCS: ::c_int = 43;
231 pub const SO_LOCK_FILTER: ::c_int = 44;
232 pub const SO_SELECT_ERR_QUEUE: ::c_int = 45;
233 pub const SO_BUSY_POLL: ::c_int = 46;
234 pub const SO_MAX_PACING_RATE: ::c_int = 47;
235 pub const SO_BPF_EXTENSIONS: ::c_int = 48;
236 pub const SO_INCOMING_CPU: ::c_int = 49;
237 pub const SO_ATTACH_BPF: ::c_int = 50;
238 pub const SO_DETACH_BPF: ::c_int = SO_DETACH_FILTER;
239
240 pub const SA_ONSTACK: ::c_int = 0x08000000;
241 pub const SA_SIGINFO: ::c_int = 0x00000004;
242 pub const SA_NOCLDWAIT: ::c_int = 0x00000002;
243
244 pub const SIGCHLD: ::c_int = 17;
245 pub const SIGBUS: ::c_int = 7;
246 pub const SIGUSR1: ::c_int = 10;
247 pub const SIGUSR2: ::c_int = 12;
248 pub const SIGCONT: ::c_int = 18;
249 pub const SIGSTOP: ::c_int = 19;
250 pub const SIGTSTP: ::c_int = 20;
251 pub const SIGURG: ::c_int = 23;
252 pub const SIGIO: ::c_int = 29;
253 pub const SIGSYS: ::c_int = 31;
254 pub const SIGSTKFLT: ::c_int = 16;
255 pub const SIGUNUSED: ::c_int = 31;
256 pub const SIGPOLL: ::c_int = 29;
257 pub const SIGPWR: ::c_int = 30;
258 pub const SIG_SETMASK: ::c_int = 2;
259 pub const SIG_BLOCK: ::c_int = 0x000000;
260 pub const SIG_UNBLOCK: ::c_int = 0x01;
261
262 pub const POLLWRNORM: ::c_short = 0x100;
263 pub const POLLWRBAND: ::c_short = 0x200;
264
265 pub const O_ASYNC: ::c_int = 0x2000;
266 pub const O_NDELAY: ::c_int = 0x800;
267
268 pub const PTRACE_DETACH: ::c_uint = 17;
269
270 pub const EFD_NONBLOCK: ::c_int = 0x800;
271
272 pub const F_GETLK: ::c_int = 5;
273 pub const F_GETOWN: ::c_int = 9;
274 pub const F_SETOWN: ::c_int = 8;
275 pub const F_SETLK: ::c_int = 6;
276 pub const F_SETLKW: ::c_int = 7;
277
278 pub const SFD_NONBLOCK: ::c_int = 0x0800;
279
280 pub const TIOCEXCL: ::c_ulong = 0x540C;
281 pub const TIOCNXCL: ::c_ulong = 0x540D;
282 pub const TIOCSCTTY: ::c_ulong = 0x540E;
283 pub const TIOCSTI: ::c_ulong = 0x5412;
284 pub const TIOCMGET: ::c_ulong = 0x5415;
285 pub const TIOCMBIS: ::c_ulong = 0x5416;
286 pub const TIOCMBIC: ::c_ulong = 0x5417;
287 pub const TIOCMSET: ::c_ulong = 0x5418;
288 pub const TIOCCONS: ::c_ulong = 0x541D;
289
290 pub const CLONE_NEWCGROUP: ::c_int = 0x02000000;
291
292 pub const SFD_CLOEXEC: ::c_int = 0x080000;
293
294 pub const NCCS: usize = 32;
295
296 pub const O_TRUNC: ::c_int = 512;
297
298 pub const O_CLOEXEC: ::c_int = 0x80000;
299
300 pub const EBFONT: ::c_int = 59;
301 pub const ENOSTR: ::c_int = 60;
302 pub const ENODATA: ::c_int = 61;
303 pub const ETIME: ::c_int = 62;
304 pub const ENOSR: ::c_int = 63;
305 pub const ENONET: ::c_int = 64;
306 pub const ENOPKG: ::c_int = 65;
307 pub const EREMOTE: ::c_int = 66;
308 pub const ENOLINK: ::c_int = 67;
309 pub const EADV: ::c_int = 68;
310 pub const ESRMNT: ::c_int = 69;
311 pub const ECOMM: ::c_int = 70;
312 pub const EPROTO: ::c_int = 71;
313 pub const EDOTDOT: ::c_int = 73;
314
315 pub const SA_NODEFER: ::c_int = 0x40000000;
316 pub const SA_RESETHAND: ::c_int = 0x80000000;
317 pub const SA_RESTART: ::c_int = 0x10000000;
318 pub const SA_NOCLDSTOP: ::c_int = 0x00000001;
319
320 pub const EPOLL_CLOEXEC: ::c_int = 0x80000;
321
322 pub const EFD_CLOEXEC: ::c_int = 0x80000;
323
324 pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 8;
325 pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 48;
326 pub const __SIZEOF_PTHREAD_MUTEXATTR_T: usize = 8;
327
328 pub const O_DIRECT: ::c_int = 0x10000;
329 pub const O_DIRECTORY: ::c_int = 0x4000;
330 pub const O_NOFOLLOW: ::c_int = 0x8000;
331
332 pub const MAP_LOCKED: ::c_int = 0x02000;
333 pub const MAP_NORESERVE: ::c_int = 0x04000;
334
335 pub const EDEADLOCK: ::c_int = 35;
336
337 pub const FIOCLEX: ::c_ulong = 0x5451;
338 pub const FIONBIO: ::c_ulong = 0x5421;
339
340 pub const SYS_gettid: ::c_long = 178;
341 pub const SYS_perf_event_open: ::c_long = 241;
342
343 pub const MCL_CURRENT: ::c_int = 0x0001;
344 pub const MCL_FUTURE: ::c_int = 0x0002;
345
346 pub const SIGSTKSZ: ::size_t = 16384;
347 pub const CBAUD: ::tcflag_t = 0o0010017;
348 pub const TAB1: ::c_int = 0x00000800;
349 pub const TAB2: ::c_int = 0x00001000;
350 pub const TAB3: ::c_int = 0x00001800;
351 pub const CR1: ::c_int = 0x00000200;
352 pub const CR2: ::c_int = 0x00000400;
353 pub const CR3: ::c_int = 0x00000600;
354 pub const FF1: ::c_int = 0x00008000;
355 pub const BS1: ::c_int = 0x00002000;
356 pub const VT1: ::c_int = 0x00004000;
357 pub const VWERASE: usize = 14;
358 pub const VREPRINT: usize = 12;
359 pub const VSUSP: usize = 10;
360 pub const VSTART: usize = 8;
361 pub const VSTOP: usize = 9;
362 pub const VDISCARD: usize = 13;
363 pub const VTIME: usize = 5;
364 pub const IXON: ::tcflag_t = 0x00000400;
365 pub const IXOFF: ::tcflag_t = 0x00001000;
366 pub const ONLCR: ::tcflag_t = 0x4;
367 pub const CSIZE: ::tcflag_t = 0x00000030;
368 pub const CS6: ::tcflag_t = 0x00000010;
369 pub const CS7: ::tcflag_t = 0x00000020;
370 pub const CS8: ::tcflag_t = 0x00000030;
371 pub const CSTOPB: ::tcflag_t = 0x00000040;
372 pub const CREAD: ::tcflag_t = 0x00000080;
373 pub const PARENB: ::tcflag_t = 0x00000100;
374 pub const PARODD: ::tcflag_t = 0x00000200;
375 pub const HUPCL: ::tcflag_t = 0x00000400;
376 pub const CLOCAL: ::tcflag_t = 0x00000800;
377 pub const ECHOKE: ::tcflag_t = 0x00000800;
378 pub const ECHOE: ::tcflag_t = 0x00000010;
379 pub const ECHOK: ::tcflag_t = 0x00000020;
380 pub const ECHONL: ::tcflag_t = 0x00000040;
381 pub const ECHOPRT: ::tcflag_t = 0x00000400;
382 pub const ECHOCTL: ::tcflag_t = 0x00000200;
383 pub const ISIG: ::tcflag_t = 0x00000001;
384 pub const ICANON: ::tcflag_t = 0x00000002;
385 pub const PENDIN: ::tcflag_t = 0x00004000;
386 pub const NOFLSH: ::tcflag_t = 0x00000080;
387
388 pub const B0: ::speed_t = 0o000000;
389 pub const B50: ::speed_t = 0o000001;
390 pub const B75: ::speed_t = 0o000002;
391 pub const B110: ::speed_t = 0o000003;
392 pub const B134: ::speed_t = 0o000004;
393 pub const B150: ::speed_t = 0o000005;
394 pub const B200: ::speed_t = 0o000006;
395 pub const B300: ::speed_t = 0o000007;
396 pub const B600: ::speed_t = 0o000010;
397 pub const B1200: ::speed_t = 0o000011;
398 pub const B1800: ::speed_t = 0o000012;
399 pub const B2400: ::speed_t = 0o000013;
400 pub const B4800: ::speed_t = 0o000014;
401 pub const B9600: ::speed_t = 0o000015;
402 pub const B19200: ::speed_t = 0o000016;
403 pub const B38400: ::speed_t = 0o000017;
404 pub const EXTA: ::speed_t = B19200;
405 pub const EXTB: ::speed_t = B38400;
406 pub const B57600: ::speed_t = 0o010001;
407 pub const B115200: ::speed_t = 0o010002;
408 pub const B230400: ::speed_t = 0o010003;
409 pub const B460800: ::speed_t = 0o010004;
410 pub const B500000: ::speed_t = 0o010005;
411 pub const B576000: ::speed_t = 0o010006;
412 pub const B921600: ::speed_t = 0o010007;
413 pub const B1000000: ::speed_t = 0o010010;
414 pub const B1152000: ::speed_t = 0o010011;
415 pub const B1500000: ::speed_t = 0o010012;
416 pub const B2000000: ::speed_t = 0o010013;
417 pub const B2500000: ::speed_t = 0o010014;
418 pub const B3000000: ::speed_t = 0o010015;
419 pub const B3500000: ::speed_t = 0o010016;
420 pub const B4000000: ::speed_t = 0o010017;
421
422 pub const VEOL: usize = 11;
423 pub const VEOL2: usize = 16;
424 pub const VMIN: usize = 6;
425 pub const IEXTEN: ::tcflag_t = 0x00008000;
426 pub const TOSTOP: ::tcflag_t = 0x00000100;
427 pub const FLUSHO: ::tcflag_t = 0x00001000;
428 pub const EXTPROC: ::tcflag_t = 0x00010000;
429 pub const TCGETS: ::c_ulong = 0x5401;
430 pub const TCSETS: ::c_ulong = 0x5402;
431 pub const TCSETSW: ::c_ulong = 0x5403;
432 pub const TCSETSF: ::c_ulong = 0x5404;
433 pub const TCGETA: ::c_ulong = 0x5405;
434 pub const TCSETA: ::c_ulong = 0x5406;
435 pub const TCSETAW: ::c_ulong = 0x5407;
436 pub const TCSETAF: ::c_ulong = 0x5408;
437 pub const TCSBRK: ::c_ulong = 0x5409;
438 pub const TCXONC: ::c_ulong = 0x540A;
439 pub const TCFLSH: ::c_ulong = 0x540B;
440 pub const TIOCINQ: ::c_ulong = 0x541B;
441 pub const TIOCGPGRP: ::c_ulong = 0x540F;
442 pub const TIOCSPGRP: ::c_ulong = 0x5410;
443 pub const TIOCOUTQ: ::c_ulong = 0x5411;
444 pub const TIOCGWINSZ: ::c_ulong = 0x5413;
445 pub const TIOCSWINSZ: ::c_ulong = 0x5414;
446 pub const FIONREAD: ::c_ulong = 0x541B;