]> git.proxmox.com Git - rustc.git/blob - src/liblibc/src/unix/notbsd/linux/musl/b32/arm.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / liblibc / src / unix / notbsd / linux / musl / b32 / arm.rs
1 pub type c_char = u8;
2 pub type wchar_t = u32;
3
4 s! {
5 pub struct stat {
6 pub st_dev: ::dev_t,
7 __st_dev_padding: ::c_int,
8 __st_ino_truncated: ::c_long,
9 pub st_mode: ::mode_t,
10 pub st_nlink: ::nlink_t,
11 pub st_uid: ::uid_t,
12 pub st_gid: ::gid_t,
13 pub st_rdev: ::dev_t,
14 __st_rdev_padding: ::c_int,
15 pub st_size: ::off_t,
16 pub st_blksize: ::blksize_t,
17 pub st_blocks: ::blkcnt_t,
18 pub st_atime: ::time_t,
19 pub st_atime_nsec: ::c_long,
20 pub st_mtime: ::time_t,
21 pub st_mtime_nsec: ::c_long,
22 pub st_ctime: ::time_t,
23 pub st_ctime_nsec: ::c_long,
24 pub st_ino: ::ino_t,
25 }
26
27 pub struct stat64 {
28 pub st_dev: ::dev_t,
29 __st_dev_padding: ::c_int,
30 __st_ino_truncated: ::c_long,
31 pub st_mode: ::mode_t,
32 pub st_nlink: ::nlink_t,
33 pub st_uid: ::uid_t,
34 pub st_gid: ::gid_t,
35 pub st_rdev: ::dev_t,
36 __st_rdev_padding: ::c_int,
37 pub st_size: ::off_t,
38 pub st_blksize: ::blksize_t,
39 pub st_blocks: ::blkcnt_t,
40 pub st_atime: ::time_t,
41 pub st_atime_nsec: ::c_long,
42 pub st_mtime: ::time_t,
43 pub st_mtime_nsec: ::c_long,
44 pub st_ctime: ::time_t,
45 pub st_ctime_nsec: ::c_long,
46 pub st_ino: ::ino_t,
47 }
48
49 pub struct stack_t {
50 pub ss_sp: *mut ::c_void,
51 pub ss_flags: ::c_int,
52 pub ss_size: ::size_t
53 }
54
55 pub struct shmid_ds {
56 pub shm_perm: ::ipc_perm,
57 pub shm_segsz: ::size_t,
58 pub shm_atime: ::time_t,
59 __unused1: ::c_int,
60 pub shm_dtime: ::time_t,
61 __unused2: ::c_int,
62 pub shm_ctime: ::time_t,
63 __unused3: ::c_int,
64 pub shm_cpid: ::pid_t,
65 pub shm_lpid: ::pid_t,
66 pub shm_nattch: ::c_ulong,
67 __pad1: ::c_ulong,
68 __pad2: ::c_ulong,
69 }
70
71 pub struct msqid_ds {
72 pub msg_perm: ::ipc_perm,
73 pub msg_stime: ::time_t,
74 __unused1: ::c_int,
75 pub msg_rtime: ::time_t,
76 __unused2: ::c_int,
77 pub msg_ctime: ::time_t,
78 __unused3: ::c_int,
79 __msg_cbytes: ::c_ulong,
80 pub msg_qnum: ::msgqnum_t,
81 pub msg_qbytes: ::msglen_t,
82 pub msg_lspid: ::pid_t,
83 pub msg_lrpid: ::pid_t,
84 __pad1: ::c_ulong,
85 __pad2: ::c_ulong,
86 }
87
88 pub struct statfs {
89 pub f_type: ::c_ulong,
90 pub f_bsize: ::c_ulong,
91 pub f_blocks: ::fsblkcnt_t,
92 pub f_bfree: ::fsblkcnt_t,
93 pub f_bavail: ::fsblkcnt_t,
94 pub f_files: ::fsfilcnt_t,
95 pub f_ffree: ::fsfilcnt_t,
96 pub f_fsid: ::fsid_t,
97 pub f_namelen: ::c_ulong,
98 pub f_frsize: ::c_ulong,
99 pub f_flags: ::c_ulong,
100 pub f_spare: [::c_ulong; 4],
101 }
102
103 pub struct siginfo_t {
104 pub si_signo: ::c_int,
105 pub si_errno: ::c_int,
106 pub si_code: ::c_int,
107 pub _pad: [::c_int; 29],
108 _align: [usize; 0],
109 }
110 }
111
112 pub const O_DIRECT: ::c_int = 0x4000;
113 pub const O_DIRECTORY: ::c_int = 0x10000;
114 pub const O_NOFOLLOW: ::c_int = 0x20000;
115 pub const O_ASYNC: ::c_int = 0x2000;
116
117 pub const FIOCLEX: ::c_int = 0x5451;
118 pub const FIONBIO: ::c_int = 0x5421;
119
120 pub const RLIMIT_RSS: ::c_int = 5;
121 pub const RLIMIT_NOFILE: ::c_int = 7;
122 pub const RLIMIT_AS: ::c_int = 9;
123 pub const RLIMIT_NPROC: ::c_int = 6;
124 pub const RLIMIT_MEMLOCK: ::c_int = 8;
125
126 pub const O_APPEND: ::c_int = 1024;
127 pub const O_CREAT: ::c_int = 64;
128 pub const O_EXCL: ::c_int = 128;
129 pub const O_NOCTTY: ::c_int = 256;
130 pub const O_NONBLOCK: ::c_int = 2048;
131 pub const O_SYNC: ::c_int = 1052672;
132 pub const O_RSYNC: ::c_int = 1052672;
133 pub const O_DSYNC: ::c_int = 4096;
134
135 pub const SOCK_NONBLOCK: ::c_int = 2048;
136
137 pub const MAP_ANON: ::c_int = 0x0020;
138 pub const MAP_GROWSDOWN: ::c_int = 0x0100;
139 pub const MAP_DENYWRITE: ::c_int = 0x0800;
140 pub const MAP_EXECUTABLE: ::c_int = 0x01000;
141 pub const MAP_LOCKED: ::c_int = 0x02000;
142 pub const MAP_NORESERVE: ::c_int = 0x04000;
143 pub const MAP_POPULATE: ::c_int = 0x08000;
144 pub const MAP_NONBLOCK: ::c_int = 0x010000;
145 pub const MAP_STACK: ::c_int = 0x020000;
146
147 pub const SOCK_STREAM: ::c_int = 1;
148 pub const SOCK_DGRAM: ::c_int = 2;
149 pub const SOCK_SEQPACKET: ::c_int = 5;
150
151 pub const SOL_SOCKET: ::c_int = 1;
152
153 pub const EDEADLK: ::c_int = 35;
154 pub const ENAMETOOLONG: ::c_int = 36;
155 pub const ENOLCK: ::c_int = 37;
156 pub const ENOSYS: ::c_int = 38;
157 pub const ENOTEMPTY: ::c_int = 39;
158 pub const ELOOP: ::c_int = 40;
159 pub const ENOMSG: ::c_int = 42;
160 pub const EIDRM: ::c_int = 43;
161 pub const ECHRNG: ::c_int = 44;
162 pub const EL2NSYNC: ::c_int = 45;
163 pub const EL3HLT: ::c_int = 46;
164 pub const EL3RST: ::c_int = 47;
165 pub const ELNRNG: ::c_int = 48;
166 pub const EUNATCH: ::c_int = 49;
167 pub const ENOCSI: ::c_int = 50;
168 pub const EL2HLT: ::c_int = 51;
169 pub const EBADE: ::c_int = 52;
170 pub const EBADR: ::c_int = 53;
171 pub const EXFULL: ::c_int = 54;
172 pub const ENOANO: ::c_int = 55;
173 pub const EBADRQC: ::c_int = 56;
174 pub const EBADSLT: ::c_int = 57;
175 pub const EDEADLOCK: ::c_int = EDEADLK;
176 pub const EMULTIHOP: ::c_int = 72;
177 pub const EBADMSG: ::c_int = 74;
178 pub const EOVERFLOW: ::c_int = 75;
179 pub const ENOTUNIQ: ::c_int = 76;
180 pub const EBADFD: ::c_int = 77;
181 pub const EREMCHG: ::c_int = 78;
182 pub const ELIBACC: ::c_int = 79;
183 pub const ELIBBAD: ::c_int = 80;
184 pub const ELIBSCN: ::c_int = 81;
185 pub const ELIBMAX: ::c_int = 82;
186 pub const ELIBEXEC: ::c_int = 83;
187 pub const EILSEQ: ::c_int = 84;
188 pub const ERESTART: ::c_int = 85;
189 pub const ESTRPIPE: ::c_int = 86;
190 pub const EUSERS: ::c_int = 87;
191 pub const ENOTSOCK: ::c_int = 88;
192 pub const EDESTADDRREQ: ::c_int = 89;
193 pub const EMSGSIZE: ::c_int = 90;
194 pub const EPROTOTYPE: ::c_int = 91;
195 pub const ENOPROTOOPT: ::c_int = 92;
196 pub const EPROTONOSUPPORT: ::c_int = 93;
197 pub const ESOCKTNOSUPPORT: ::c_int = 94;
198 pub const EOPNOTSUPP: ::c_int = 95;
199 pub const EPFNOSUPPORT: ::c_int = 96;
200 pub const EAFNOSUPPORT: ::c_int = 97;
201 pub const EADDRINUSE: ::c_int = 98;
202 pub const EADDRNOTAVAIL: ::c_int = 99;
203 pub const ENETDOWN: ::c_int = 100;
204 pub const ENETUNREACH: ::c_int = 101;
205 pub const ENETRESET: ::c_int = 102;
206 pub const ECONNABORTED: ::c_int = 103;
207 pub const ECONNRESET: ::c_int = 104;
208 pub const ENOBUFS: ::c_int = 105;
209 pub const EISCONN: ::c_int = 106;
210 pub const ENOTCONN: ::c_int = 107;
211 pub const ESHUTDOWN: ::c_int = 108;
212 pub const ETOOMANYREFS: ::c_int = 109;
213 pub const ETIMEDOUT: ::c_int = 110;
214 pub const ECONNREFUSED: ::c_int = 111;
215 pub const EHOSTDOWN: ::c_int = 112;
216 pub const EHOSTUNREACH: ::c_int = 113;
217 pub const EALREADY: ::c_int = 114;
218 pub const EINPROGRESS: ::c_int = 115;
219 pub const ESTALE: ::c_int = 116;
220 pub const EUCLEAN: ::c_int = 117;
221 pub const ENOTNAM: ::c_int = 118;
222 pub const ENAVAIL: ::c_int = 119;
223 pub const EISNAM: ::c_int = 120;
224 pub const EREMOTEIO: ::c_int = 121;
225 pub const EDQUOT: ::c_int = 122;
226 pub const ENOMEDIUM: ::c_int = 123;
227 pub const EMEDIUMTYPE: ::c_int = 124;
228 pub const ECANCELED: ::c_int = 125;
229 pub const ENOKEY: ::c_int = 126;
230 pub const EKEYEXPIRED: ::c_int = 127;
231 pub const EKEYREVOKED: ::c_int = 128;
232 pub const EKEYREJECTED: ::c_int = 129;
233 pub const EOWNERDEAD: ::c_int = 130;
234 pub const ENOTRECOVERABLE: ::c_int = 131;
235 pub const ERFKILL: ::c_int = 132;
236 pub const EHWPOISON: ::c_int = 133;
237
238 pub const SO_REUSEADDR: ::c_int = 2;
239 pub const SO_TYPE: ::c_int = 3;
240 pub const SO_ERROR: ::c_int = 4;
241 pub const SO_DONTROUTE: ::c_int = 5;
242 pub const SO_BROADCAST: ::c_int = 6;
243 pub const SO_SNDBUF: ::c_int = 7;
244 pub const SO_RCVBUF: ::c_int = 8;
245 pub const SO_KEEPALIVE: ::c_int = 9;
246 pub const SO_OOBINLINE: ::c_int = 10;
247 pub const SO_LINGER: ::c_int = 13;
248 pub const SO_REUSEPORT: ::c_int = 15;
249 pub const SO_RCVLOWAT: ::c_int = 18;
250 pub const SO_SNDLOWAT: ::c_int = 19;
251 pub const SO_RCVTIMEO: ::c_int = 20;
252 pub const SO_SNDTIMEO: ::c_int = 21;
253 pub const SO_ACCEPTCONN: ::c_int = 30;
254
255 pub const SA_ONSTACK: ::c_int = 0x08000000;
256 pub const SA_SIGINFO: ::c_int = 0x00000004;
257 pub const SA_NOCLDWAIT: ::c_int = 0x00000002;
258
259 pub const SIGCHLD: ::c_int = 17;
260 pub const SIGBUS: ::c_int = 7;
261 pub const SIGTTIN: ::c_int = 21;
262 pub const SIGTTOU: ::c_int = 22;
263 pub const SIGXCPU: ::c_int = 24;
264 pub const SIGXFSZ: ::c_int = 25;
265 pub const SIGVTALRM: ::c_int = 26;
266 pub const SIGPROF: ::c_int = 27;
267 pub const SIGWINCH: ::c_int = 28;
268 pub const SIGUSR1: ::c_int = 10;
269 pub const SIGUSR2: ::c_int = 12;
270 pub const SIGCONT: ::c_int = 18;
271 pub const SIGSTOP: ::c_int = 19;
272 pub const SIGTSTP: ::c_int = 20;
273 pub const SIGURG: ::c_int = 23;
274 pub const SIGIO: ::c_int = 29;
275 pub const SIGSYS: ::c_int = 31;
276 pub const SIGSTKFLT: ::c_int = 16;
277 pub const SIGPOLL: ::c_int = 29;
278 pub const SIGPWR: ::c_int = 30;
279 pub const SIG_SETMASK: ::c_int = 2;
280 pub const SIG_BLOCK: ::c_int = 0x000000;
281 pub const SIG_UNBLOCK: ::c_int = 0x01;
282
283 pub const EXTPROC: ::tcflag_t = 0x00010000;
284
285 pub const MAP_HUGETLB: ::c_int = 0x040000;
286
287 pub const F_GETLK: ::c_int = 12;
288 pub const F_GETOWN: ::c_int = 9;
289 pub const F_SETLK: ::c_int = 13;
290 pub const F_SETLKW: ::c_int = 14;
291 pub const F_SETOWN: ::c_int = 8;
292
293 pub const VEOF: usize = 4;
294 pub const VEOL: usize = 11;
295 pub const VEOL2: usize = 16;
296 pub const VMIN: usize = 6;
297 pub const IEXTEN: ::tcflag_t = 0x00008000;
298 pub const TOSTOP: ::tcflag_t = 0x00000100;
299 pub const FLUSHO: ::tcflag_t = 0x00001000;
300
301 pub const TCGETS: ::c_int = 0x5401;
302 pub const TCSETS: ::c_int = 0x5402;
303 pub const TCSETSW: ::c_int = 0x5403;
304 pub const TCSETSF: ::c_int = 0x5404;
305 pub const TCGETA: ::c_int = 0x5405;
306 pub const TCSETA: ::c_int = 0x5406;
307 pub const TCSETAW: ::c_int = 0x5407;
308 pub const TCSETAF: ::c_int = 0x5408;
309 pub const TCSBRK: ::c_int = 0x5409;
310 pub const TCXONC: ::c_int = 0x540A;
311 pub const TCFLSH: ::c_int = 0x540B;
312 pub const TIOCGSOFTCAR: ::c_int = 0x5419;
313 pub const TIOCSSOFTCAR: ::c_int = 0x541A;
314 pub const TIOCLINUX: ::c_int = 0x541C;
315 pub const TIOCGSERIAL: ::c_int = 0x541E;
316 pub const TIOCEXCL: ::c_int = 0x540C;
317 pub const TIOCNXCL: ::c_int = 0x540D;
318 pub const TIOCSCTTY: ::c_int = 0x540E;
319 pub const TIOCGPGRP: ::c_int = 0x540F;
320 pub const TIOCSPGRP: ::c_int = 0x5410;
321 pub const TIOCOUTQ: ::c_int = 0x5411;
322 pub const TIOCSTI: ::c_int = 0x5412;
323 pub const TIOCGWINSZ: ::c_int = 0x5413;
324 pub const TIOCSWINSZ: ::c_int = 0x5414;
325 pub const TIOCMGET: ::c_int = 0x5415;
326 pub const TIOCMBIS: ::c_int = 0x5416;
327 pub const TIOCMBIC: ::c_int = 0x5417;
328 pub const TIOCMSET: ::c_int = 0x5418;
329 pub const FIONREAD: ::c_int = 0x541B;
330 pub const TIOCCONS: ::c_int = 0x541D;
331
332 pub const SYS_gettid: ::c_long = 224;
333 pub const SYS_perf_event_open: ::c_long = 364;
334
335 pub const POLLWRNORM: ::c_short = 0x100;
336 pub const POLLWRBAND: ::c_short = 0x200;