1 /*
2  * Copyright (C) 2011 The Android Open Source Project
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 
18 package android.system;
19 
20 @SuppressWarnings({"unchecked", "deprecation", "all"})
21 public final class OsConstants {
22 
OsConstants()23 OsConstants() { throw new RuntimeException("Stub!"); }
24 
S_ISBLK(int mode)25 public static boolean S_ISBLK(int mode) { throw new RuntimeException("Stub!"); }
26 
S_ISCHR(int mode)27 public static boolean S_ISCHR(int mode) { throw new RuntimeException("Stub!"); }
28 
S_ISDIR(int mode)29 public static boolean S_ISDIR(int mode) { throw new RuntimeException("Stub!"); }
30 
S_ISFIFO(int mode)31 public static boolean S_ISFIFO(int mode) { throw new RuntimeException("Stub!"); }
32 
S_ISREG(int mode)33 public static boolean S_ISREG(int mode) { throw new RuntimeException("Stub!"); }
34 
S_ISLNK(int mode)35 public static boolean S_ISLNK(int mode) { throw new RuntimeException("Stub!"); }
36 
S_ISSOCK(int mode)37 public static boolean S_ISSOCK(int mode) { throw new RuntimeException("Stub!"); }
38 
WEXITSTATUS(int status)39 public static int WEXITSTATUS(int status) { throw new RuntimeException("Stub!"); }
40 
WCOREDUMP(int status)41 public static boolean WCOREDUMP(int status) { throw new RuntimeException("Stub!"); }
42 
WTERMSIG(int status)43 public static int WTERMSIG(int status) { throw new RuntimeException("Stub!"); }
44 
WSTOPSIG(int status)45 public static int WSTOPSIG(int status) { throw new RuntimeException("Stub!"); }
46 
WIFEXITED(int status)47 public static boolean WIFEXITED(int status) { throw new RuntimeException("Stub!"); }
48 
WIFSTOPPED(int status)49 public static boolean WIFSTOPPED(int status) { throw new RuntimeException("Stub!"); }
50 
WIFSIGNALED(int status)51 public static boolean WIFSIGNALED(int status) { throw new RuntimeException("Stub!"); }
52 
gaiName(int error)53 public static String gaiName(int error) { throw new RuntimeException("Stub!"); }
54 
errnoName(int errno)55 public static String errnoName(int errno) { throw new RuntimeException("Stub!"); }
56 
57 public static final int AF_INET;
58 static { AF_INET = 0; }
59 
60 public static final int AF_INET6;
61 static { AF_INET6 = 0; }
62 
63 public static final int AF_NETLINK;
64 static { AF_NETLINK = 0; }
65 
66 public static final int AF_PACKET;
67 static { AF_PACKET = 0; }
68 
69 public static final int AF_UNIX;
70 static { AF_UNIX = 0; }
71 
72 public static final int AF_UNSPEC;
73 static { AF_UNSPEC = 0; }
74 
75 public static final int AF_VSOCK;
76 static { AF_VSOCK = 0; }
77 
78 public static final int AI_ADDRCONFIG;
79 static { AI_ADDRCONFIG = 0; }
80 
81 public static final int AI_ALL;
82 static { AI_ALL = 0; }
83 
84 public static final int AI_CANONNAME;
85 static { AI_CANONNAME = 0; }
86 
87 public static final int AI_NUMERICHOST;
88 static { AI_NUMERICHOST = 0; }
89 
90 public static final int AI_NUMERICSERV;
91 static { AI_NUMERICSERV = 0; }
92 
93 public static final int AI_PASSIVE;
94 static { AI_PASSIVE = 0; }
95 
96 public static final int AI_V4MAPPED;
97 static { AI_V4MAPPED = 0; }
98 
99 public static final int ARPHRD_ETHER;
100 static { ARPHRD_ETHER = 0; }
101 
102 public static final int CAP_AUDIT_CONTROL;
103 static { CAP_AUDIT_CONTROL = 0; }
104 
105 public static final int CAP_AUDIT_WRITE;
106 static { CAP_AUDIT_WRITE = 0; }
107 
108 public static final int CAP_BLOCK_SUSPEND;
109 static { CAP_BLOCK_SUSPEND = 0; }
110 
111 public static final int CAP_CHOWN;
112 static { CAP_CHOWN = 0; }
113 
114 public static final int CAP_DAC_OVERRIDE;
115 static { CAP_DAC_OVERRIDE = 0; }
116 
117 public static final int CAP_DAC_READ_SEARCH;
118 static { CAP_DAC_READ_SEARCH = 0; }
119 
120 public static final int CAP_FOWNER;
121 static { CAP_FOWNER = 0; }
122 
123 public static final int CAP_FSETID;
124 static { CAP_FSETID = 0; }
125 
126 public static final int CAP_IPC_LOCK;
127 static { CAP_IPC_LOCK = 0; }
128 
129 public static final int CAP_IPC_OWNER;
130 static { CAP_IPC_OWNER = 0; }
131 
132 public static final int CAP_KILL;
133 static { CAP_KILL = 0; }
134 
135 public static final int CAP_LAST_CAP;
136 static { CAP_LAST_CAP = 0; }
137 
138 public static final int CAP_LEASE;
139 static { CAP_LEASE = 0; }
140 
141 public static final int CAP_LINUX_IMMUTABLE;
142 static { CAP_LINUX_IMMUTABLE = 0; }
143 
144 public static final int CAP_MAC_ADMIN;
145 static { CAP_MAC_ADMIN = 0; }
146 
147 public static final int CAP_MAC_OVERRIDE;
148 static { CAP_MAC_OVERRIDE = 0; }
149 
150 public static final int CAP_MKNOD;
151 static { CAP_MKNOD = 0; }
152 
153 public static final int CAP_NET_ADMIN;
154 static { CAP_NET_ADMIN = 0; }
155 
156 public static final int CAP_NET_BIND_SERVICE;
157 static { CAP_NET_BIND_SERVICE = 0; }
158 
159 public static final int CAP_NET_BROADCAST;
160 static { CAP_NET_BROADCAST = 0; }
161 
162 public static final int CAP_NET_RAW;
163 static { CAP_NET_RAW = 0; }
164 
165 public static final int CAP_SETFCAP;
166 static { CAP_SETFCAP = 0; }
167 
168 public static final int CAP_SETGID;
169 static { CAP_SETGID = 0; }
170 
171 public static final int CAP_SETPCAP;
172 static { CAP_SETPCAP = 0; }
173 
174 public static final int CAP_SETUID;
175 static { CAP_SETUID = 0; }
176 
177 public static final int CAP_SYSLOG;
178 static { CAP_SYSLOG = 0; }
179 
180 public static final int CAP_SYS_ADMIN;
181 static { CAP_SYS_ADMIN = 0; }
182 
183 public static final int CAP_SYS_BOOT;
184 static { CAP_SYS_BOOT = 0; }
185 
186 public static final int CAP_SYS_CHROOT;
187 static { CAP_SYS_CHROOT = 0; }
188 
189 public static final int CAP_SYS_MODULE;
190 static { CAP_SYS_MODULE = 0; }
191 
192 public static final int CAP_SYS_NICE;
193 static { CAP_SYS_NICE = 0; }
194 
195 public static final int CAP_SYS_PACCT;
196 static { CAP_SYS_PACCT = 0; }
197 
198 public static final int CAP_SYS_PTRACE;
199 static { CAP_SYS_PTRACE = 0; }
200 
201 public static final int CAP_SYS_RAWIO;
202 static { CAP_SYS_RAWIO = 0; }
203 
204 public static final int CAP_SYS_RESOURCE;
205 static { CAP_SYS_RESOURCE = 0; }
206 
207 public static final int CAP_SYS_TIME;
208 static { CAP_SYS_TIME = 0; }
209 
210 public static final int CAP_SYS_TTY_CONFIG;
211 static { CAP_SYS_TTY_CONFIG = 0; }
212 
213 public static final int CAP_WAKE_ALARM;
214 static { CAP_WAKE_ALARM = 0; }
215 
216 public static final int E2BIG;
217 static { E2BIG = 0; }
218 
219 public static final int EACCES;
220 static { EACCES = 0; }
221 
222 public static final int EADDRINUSE;
223 static { EADDRINUSE = 0; }
224 
225 public static final int EADDRNOTAVAIL;
226 static { EADDRNOTAVAIL = 0; }
227 
228 public static final int EAFNOSUPPORT;
229 static { EAFNOSUPPORT = 0; }
230 
231 public static final int EAGAIN;
232 static { EAGAIN = 0; }
233 
234 public static final int EAI_AGAIN;
235 static { EAI_AGAIN = 0; }
236 
237 public static final int EAI_BADFLAGS;
238 static { EAI_BADFLAGS = 0; }
239 
240 public static final int EAI_FAIL;
241 static { EAI_FAIL = 0; }
242 
243 public static final int EAI_FAMILY;
244 static { EAI_FAMILY = 0; }
245 
246 public static final int EAI_MEMORY;
247 static { EAI_MEMORY = 0; }
248 
249 public static final int EAI_NODATA;
250 static { EAI_NODATA = 0; }
251 
252 public static final int EAI_NONAME;
253 static { EAI_NONAME = 0; }
254 
255 public static final int EAI_OVERFLOW;
256 static { EAI_OVERFLOW = 0; }
257 
258 public static final int EAI_SERVICE;
259 static { EAI_SERVICE = 0; }
260 
261 public static final int EAI_SOCKTYPE;
262 static { EAI_SOCKTYPE = 0; }
263 
264 public static final int EAI_SYSTEM;
265 static { EAI_SYSTEM = 0; }
266 
267 public static final int EALREADY;
268 static { EALREADY = 0; }
269 
270 public static final int EBADF;
271 static { EBADF = 0; }
272 
273 public static final int EBADMSG;
274 static { EBADMSG = 0; }
275 
276 public static final int EBUSY;
277 static { EBUSY = 0; }
278 
279 public static final int ECANCELED;
280 static { ECANCELED = 0; }
281 
282 public static final int ECHILD;
283 static { ECHILD = 0; }
284 
285 public static final int ECONNABORTED;
286 static { ECONNABORTED = 0; }
287 
288 public static final int ECONNREFUSED;
289 static { ECONNREFUSED = 0; }
290 
291 public static final int ECONNRESET;
292 static { ECONNRESET = 0; }
293 
294 public static final int EDEADLK;
295 static { EDEADLK = 0; }
296 
297 public static final int EDESTADDRREQ;
298 static { EDESTADDRREQ = 0; }
299 
300 public static final int EDOM;
301 static { EDOM = 0; }
302 
303 public static final int EDQUOT;
304 static { EDQUOT = 0; }
305 
306 public static final int EEXIST;
307 static { EEXIST = 0; }
308 
309 public static final int EFAULT;
310 static { EFAULT = 0; }
311 
312 public static final int EFBIG;
313 static { EFBIG = 0; }
314 
315 public static final int EHOSTUNREACH;
316 static { EHOSTUNREACH = 0; }
317 
318 public static final int EIDRM;
319 static { EIDRM = 0; }
320 
321 public static final int EILSEQ;
322 static { EILSEQ = 0; }
323 
324 public static final int EINPROGRESS;
325 static { EINPROGRESS = 0; }
326 
327 public static final int EINTR;
328 static { EINTR = 0; }
329 
330 public static final int EINVAL;
331 static { EINVAL = 0; }
332 
333 public static final int EIO;
334 static { EIO = 0; }
335 
336 public static final int EISCONN;
337 static { EISCONN = 0; }
338 
339 public static final int EISDIR;
340 static { EISDIR = 0; }
341 
342 public static final int ELOOP;
343 static { ELOOP = 0; }
344 
345 public static final int EMFILE;
346 static { EMFILE = 0; }
347 
348 public static final int EMLINK;
349 static { EMLINK = 0; }
350 
351 public static final int EMSGSIZE;
352 static { EMSGSIZE = 0; }
353 
354 public static final int EMULTIHOP;
355 static { EMULTIHOP = 0; }
356 
357 public static final int ENAMETOOLONG;
358 static { ENAMETOOLONG = 0; }
359 
360 public static final int ENETDOWN;
361 static { ENETDOWN = 0; }
362 
363 public static final int ENETRESET;
364 static { ENETRESET = 0; }
365 
366 public static final int ENETUNREACH;
367 static { ENETUNREACH = 0; }
368 
369 public static final int ENFILE;
370 static { ENFILE = 0; }
371 
372 public static final int ENOBUFS;
373 static { ENOBUFS = 0; }
374 
375 public static final int ENODATA;
376 static { ENODATA = 0; }
377 
378 public static final int ENODEV;
379 static { ENODEV = 0; }
380 
381 public static final int ENOENT;
382 static { ENOENT = 0; }
383 
384 public static final int ENOEXEC;
385 static { ENOEXEC = 0; }
386 
387 public static final int ENOLCK;
388 static { ENOLCK = 0; }
389 
390 public static final int ENOLINK;
391 static { ENOLINK = 0; }
392 
393 public static final int ENOMEM;
394 static { ENOMEM = 0; }
395 
396 public static final int ENOMSG;
397 static { ENOMSG = 0; }
398 
399 public static final int ENONET;
400 static { ENONET = 0; }
401 
402 public static final int ENOPROTOOPT;
403 static { ENOPROTOOPT = 0; }
404 
405 public static final int ENOSPC;
406 static { ENOSPC = 0; }
407 
408 public static final int ENOSR;
409 static { ENOSR = 0; }
410 
411 public static final int ENOSTR;
412 static { ENOSTR = 0; }
413 
414 public static final int ENOSYS;
415 static { ENOSYS = 0; }
416 
417 public static final int ENOTCONN;
418 static { ENOTCONN = 0; }
419 
420 public static final int ENOTDIR;
421 static { ENOTDIR = 0; }
422 
423 public static final int ENOTEMPTY;
424 static { ENOTEMPTY = 0; }
425 
426 public static final int ENOTSOCK;
427 static { ENOTSOCK = 0; }
428 
429 public static final int ENOTSUP;
430 static { ENOTSUP = 0; }
431 
432 public static final int ENOTTY;
433 static { ENOTTY = 0; }
434 
435 public static final int ENXIO;
436 static { ENXIO = 0; }
437 
438 public static final int EOPNOTSUPP;
439 static { EOPNOTSUPP = 0; }
440 
441 public static final int EOVERFLOW;
442 static { EOVERFLOW = 0; }
443 
444 public static final int EPERM;
445 static { EPERM = 0; }
446 
447 public static final int EPIPE;
448 static { EPIPE = 0; }
449 
450 public static final int EPROTO;
451 static { EPROTO = 0; }
452 
453 public static final int EPROTONOSUPPORT;
454 static { EPROTONOSUPPORT = 0; }
455 
456 public static final int EPROTOTYPE;
457 static { EPROTOTYPE = 0; }
458 
459 public static final int ERANGE;
460 static { ERANGE = 0; }
461 
462 public static final int EROFS;
463 static { EROFS = 0; }
464 
465 public static final int ESPIPE;
466 static { ESPIPE = 0; }
467 
468 public static final int ESRCH;
469 static { ESRCH = 0; }
470 
471 public static final int ESTALE;
472 static { ESTALE = 0; }
473 
474 public static final int ETH_P_ALL;
475 static { ETH_P_ALL = 0; }
476 
477 public static final int ETH_P_ARP;
478 static { ETH_P_ARP = 0; }
479 
480 public static final int ETH_P_IP;
481 static { ETH_P_IP = 0; }
482 
483 public static final int ETH_P_IPV6;
484 static { ETH_P_IPV6 = 0; }
485 
486 public static final int ETIME;
487 static { ETIME = 0; }
488 
489 public static final int ETIMEDOUT;
490 static { ETIMEDOUT = 0; }
491 
492 public static final int ETXTBSY;
493 static { ETXTBSY = 0; }
494 
495 public static final int EXDEV;
496 static { EXDEV = 0; }
497 
498 public static final int EXIT_FAILURE;
499 static { EXIT_FAILURE = 0; }
500 
501 public static final int EXIT_SUCCESS;
502 static { EXIT_SUCCESS = 0; }
503 
504 public static final int FD_CLOEXEC;
505 static { FD_CLOEXEC = 0; }
506 
507 public static final int FIONREAD;
508 static { FIONREAD = 0; }
509 
510 public static final int F_DUPFD;
511 static { F_DUPFD = 0; }
512 
513 public static final int F_DUPFD_CLOEXEC;
514 static { F_DUPFD_CLOEXEC = 0; }
515 
516 public static final int F_GETFD;
517 static { F_GETFD = 0; }
518 
519 public static final int F_GETFL;
520 static { F_GETFL = 0; }
521 
522 public static final int F_GETLK;
523 static { F_GETLK = 0; }
524 
525 public static final int F_GETLK64;
526 static { F_GETLK64 = 0; }
527 
528 public static final int F_GETOWN;
529 static { F_GETOWN = 0; }
530 
531 public static final int F_OK;
532 static { F_OK = 0; }
533 
534 public static final int F_RDLCK;
535 static { F_RDLCK = 0; }
536 
537 public static final int F_SETFD;
538 static { F_SETFD = 0; }
539 
540 public static final int F_SETFL;
541 static { F_SETFL = 0; }
542 
543 public static final int F_SETLK;
544 static { F_SETLK = 0; }
545 
546 public static final int F_SETLK64;
547 static { F_SETLK64 = 0; }
548 
549 public static final int F_SETLKW;
550 static { F_SETLKW = 0; }
551 
552 public static final int F_SETLKW64;
553 static { F_SETLKW64 = 0; }
554 
555 public static final int F_SETOWN;
556 static { F_SETOWN = 0; }
557 
558 public static final int F_UNLCK;
559 static { F_UNLCK = 0; }
560 
561 public static final int F_WRLCK;
562 static { F_WRLCK = 0; }
563 
564 public static final int ICMP6_ECHO_REPLY;
565 static { ICMP6_ECHO_REPLY = 0; }
566 
567 public static final int ICMP6_ECHO_REQUEST;
568 static { ICMP6_ECHO_REQUEST = 0; }
569 
570 public static final int ICMP_ECHO;
571 static { ICMP_ECHO = 0; }
572 
573 public static final int ICMP_ECHOREPLY;
574 static { ICMP_ECHOREPLY = 0; }
575 
576 public static final int IFA_F_DADFAILED;
577 static { IFA_F_DADFAILED = 0; }
578 
579 public static final int IFA_F_DEPRECATED;
580 static { IFA_F_DEPRECATED = 0; }
581 
582 public static final int IFA_F_HOMEADDRESS;
583 static { IFA_F_HOMEADDRESS = 0; }
584 
585 public static final int IFA_F_MANAGETEMPADDR;
586 static { IFA_F_MANAGETEMPADDR = 0; }
587 
588 public static final int IFA_F_NODAD;
589 static { IFA_F_NODAD = 0; }
590 
591 public static final int IFA_F_NOPREFIXROUTE;
592 static { IFA_F_NOPREFIXROUTE = 0; }
593 
594 public static final int IFA_F_OPTIMISTIC;
595 static { IFA_F_OPTIMISTIC = 0; }
596 
597 public static final int IFA_F_PERMANENT;
598 static { IFA_F_PERMANENT = 0; }
599 
600 public static final int IFA_F_SECONDARY;
601 static { IFA_F_SECONDARY = 0; }
602 
603 public static final int IFA_F_TEMPORARY;
604 static { IFA_F_TEMPORARY = 0; }
605 
606 public static final int IFA_F_TENTATIVE;
607 static { IFA_F_TENTATIVE = 0; }
608 
609 public static final int IFF_ALLMULTI;
610 static { IFF_ALLMULTI = 0; }
611 
612 public static final int IFF_AUTOMEDIA;
613 static { IFF_AUTOMEDIA = 0; }
614 
615 public static final int IFF_BROADCAST;
616 static { IFF_BROADCAST = 0; }
617 
618 public static final int IFF_DEBUG;
619 static { IFF_DEBUG = 0; }
620 
621 public static final int IFF_DYNAMIC;
622 static { IFF_DYNAMIC = 0; }
623 
624 public static final int IFF_LOOPBACK;
625 static { IFF_LOOPBACK = 0; }
626 
627 public static final int IFF_MASTER;
628 static { IFF_MASTER = 0; }
629 
630 public static final int IFF_MULTICAST;
631 static { IFF_MULTICAST = 0; }
632 
633 public static final int IFF_NOARP;
634 static { IFF_NOARP = 0; }
635 
636 public static final int IFF_NOTRAILERS;
637 static { IFF_NOTRAILERS = 0; }
638 
639 public static final int IFF_POINTOPOINT;
640 static { IFF_POINTOPOINT = 0; }
641 
642 public static final int IFF_PORTSEL;
643 static { IFF_PORTSEL = 0; }
644 
645 public static final int IFF_PROMISC;
646 static { IFF_PROMISC = 0; }
647 
648 public static final int IFF_RUNNING;
649 static { IFF_RUNNING = 0; }
650 
651 public static final int IFF_SLAVE;
652 static { IFF_SLAVE = 0; }
653 
654 public static final int IFF_UP;
655 static { IFF_UP = 0; }
656 
657 @android.annotation.FlaggedApi(com.android.libcore.Flags.FLAG_V_APIS)
658 public static final int IPPROTO_ESP;
659 static { IPPROTO_ESP = 0; }
660 
661 public static final int IPPROTO_ICMP;
662 static { IPPROTO_ICMP = 0; }
663 
664 public static final int IPPROTO_ICMPV6;
665 static { IPPROTO_ICMPV6 = 0; }
666 
667 public static final int IPPROTO_IP;
668 static { IPPROTO_IP = 0; }
669 
670 public static final int IPPROTO_IPV6;
671 static { IPPROTO_IPV6 = 0; }
672 
673 public static final int IPPROTO_RAW;
674 static { IPPROTO_RAW = 0; }
675 
676 public static final int IPPROTO_TCP;
677 static { IPPROTO_TCP = 0; }
678 
679 public static final int IPPROTO_UDP;
680 static { IPPROTO_UDP = 0; }
681 
682 public static final int IPV6_CHECKSUM;
683 static { IPV6_CHECKSUM = 0; }
684 
685 public static final int IPV6_MULTICAST_HOPS;
686 static { IPV6_MULTICAST_HOPS = 0; }
687 
688 public static final int IPV6_MULTICAST_IF;
689 static { IPV6_MULTICAST_IF = 0; }
690 
691 public static final int IPV6_MULTICAST_LOOP;
692 static { IPV6_MULTICAST_LOOP = 0; }
693 
694 @android.annotation.FlaggedApi(com.android.libcore.Flags.FLAG_V_APIS)
695 public static final int IPV6_PKTINFO;
696 static { IPV6_PKTINFO = 0; }
697 
698 public static final int IPV6_RECVDSTOPTS;
699 static { IPV6_RECVDSTOPTS = 0; }
700 
701 public static final int IPV6_RECVHOPLIMIT;
702 static { IPV6_RECVHOPLIMIT = 0; }
703 
704 public static final int IPV6_RECVHOPOPTS;
705 static { IPV6_RECVHOPOPTS = 0; }
706 
707 public static final int IPV6_RECVPKTINFO;
708 static { IPV6_RECVPKTINFO = 0; }
709 
710 public static final int IPV6_RECVRTHDR;
711 static { IPV6_RECVRTHDR = 0; }
712 
713 public static final int IPV6_RECVTCLASS;
714 static { IPV6_RECVTCLASS = 0; }
715 
716 public static final int IPV6_TCLASS;
717 static { IPV6_TCLASS = 0; }
718 
719 public static final int IPV6_UNICAST_HOPS;
720 static { IPV6_UNICAST_HOPS = 0; }
721 
722 public static final int IPV6_V6ONLY;
723 static { IPV6_V6ONLY = 0; }
724 
725 public static final int IP_MULTICAST_IF;
726 static { IP_MULTICAST_IF = 0; }
727 
728 public static final int IP_MULTICAST_LOOP;
729 static { IP_MULTICAST_LOOP = 0; }
730 
731 public static final int IP_MULTICAST_TTL;
732 static { IP_MULTICAST_TTL = 0; }
733 
734 public static final int IP_TOS;
735 static { IP_TOS = 0; }
736 
737 public static final int IP_TTL;
738 static { IP_TTL = 0; }
739 
740 public static final int MAP_ANONYMOUS;
741 static { MAP_ANONYMOUS = 0; }
742 
743 public static final int MAP_FIXED;
744 static { MAP_FIXED = 0; }
745 
746 public static final int MAP_PRIVATE;
747 static { MAP_PRIVATE = 0; }
748 
749 public static final int MAP_SHARED;
750 static { MAP_SHARED = 0; }
751 
752 public static final int MCAST_BLOCK_SOURCE;
753 static { MCAST_BLOCK_SOURCE = 0; }
754 
755 public static final int MCAST_JOIN_GROUP;
756 static { MCAST_JOIN_GROUP = 0; }
757 
758 public static final int MCAST_JOIN_SOURCE_GROUP;
759 static { MCAST_JOIN_SOURCE_GROUP = 0; }
760 
761 public static final int MCAST_LEAVE_GROUP;
762 static { MCAST_LEAVE_GROUP = 0; }
763 
764 public static final int MCAST_LEAVE_SOURCE_GROUP;
765 static { MCAST_LEAVE_SOURCE_GROUP = 0; }
766 
767 public static final int MCAST_UNBLOCK_SOURCE;
768 static { MCAST_UNBLOCK_SOURCE = 0; }
769 
770 public static final int MCL_CURRENT;
771 static { MCL_CURRENT = 0; }
772 
773 public static final int MCL_FUTURE;
774 static { MCL_FUTURE = 0; }
775 
776 public static final int MFD_CLOEXEC;
777 static { MFD_CLOEXEC = 0; }
778 
779 public static final int MSG_CTRUNC;
780 static { MSG_CTRUNC = 0; }
781 
782 public static final int MSG_DONTROUTE;
783 static { MSG_DONTROUTE = 0; }
784 
785 public static final int MSG_EOR;
786 static { MSG_EOR = 0; }
787 
788 public static final int MSG_OOB;
789 static { MSG_OOB = 0; }
790 
791 public static final int MSG_PEEK;
792 static { MSG_PEEK = 0; }
793 
794 public static final int MSG_TRUNC;
795 static { MSG_TRUNC = 0; }
796 
797 public static final int MSG_WAITALL;
798 static { MSG_WAITALL = 0; }
799 
800 public static final int MS_ASYNC;
801 static { MS_ASYNC = 0; }
802 
803 public static final int MS_INVALIDATE;
804 static { MS_INVALIDATE = 0; }
805 
806 public static final int MS_SYNC;
807 static { MS_SYNC = 0; }
808 
809 public static final int NETLINK_INET_DIAG;
810 static { NETLINK_INET_DIAG = 0; }
811 
812 public static final int NETLINK_NETFILTER;
813 static { NETLINK_NETFILTER = 0; }
814 
815 public static final int NETLINK_ROUTE;
816 static { NETLINK_ROUTE = 0; }
817 
818 @android.annotation.FlaggedApi(com.android.libcore.Flags.FLAG_V_APIS)
819 public static final int NETLINK_XFRM;
820 static { NETLINK_XFRM = 0; }
821 
822 public static final int NI_DGRAM;
823 static { NI_DGRAM = 0; }
824 
825 public static final int NI_NAMEREQD;
826 static { NI_NAMEREQD = 0; }
827 
828 public static final int NI_NOFQDN;
829 static { NI_NOFQDN = 0; }
830 
831 public static final int NI_NUMERICHOST;
832 static { NI_NUMERICHOST = 0; }
833 
834 public static final int NI_NUMERICSERV;
835 static { NI_NUMERICSERV = 0; }
836 
837 public static final int O_ACCMODE;
838 static { O_ACCMODE = 0; }
839 
840 public static final int O_APPEND;
841 static { O_APPEND = 0; }
842 
843 public static final int O_CLOEXEC;
844 static { O_CLOEXEC = 0; }
845 
846 public static final int O_CREAT;
847 static { O_CREAT = 0; }
848 
849 public static final int O_DSYNC;
850 static { O_DSYNC = 0; }
851 
852 public static final int O_EXCL;
853 static { O_EXCL = 0; }
854 
855 public static final int O_NOCTTY;
856 static { O_NOCTTY = 0; }
857 
858 public static final int O_NOFOLLOW;
859 static { O_NOFOLLOW = 0; }
860 
861 public static final int O_NONBLOCK;
862 static { O_NONBLOCK = 0; }
863 
864 public static final int O_RDONLY;
865 static { O_RDONLY = 0; }
866 
867 public static final int O_RDWR;
868 static { O_RDWR = 0; }
869 
870 public static final int O_SYNC;
871 static { O_SYNC = 0; }
872 
873 public static final int O_TRUNC;
874 static { O_TRUNC = 0; }
875 
876 public static final int O_WRONLY;
877 static { O_WRONLY = 0; }
878 
879 @android.annotation.FlaggedApi(com.android.libcore.Flags.FLAG_V_APIS)
880 public static final int PACKET_IGNORE_OUTGOING;
881 static { PACKET_IGNORE_OUTGOING = 0; }
882 
883 public static final int POLLERR;
884 static { POLLERR = 0; }
885 
886 public static final int POLLHUP;
887 static { POLLHUP = 0; }
888 
889 public static final int POLLIN;
890 static { POLLIN = 0; }
891 
892 public static final int POLLNVAL;
893 static { POLLNVAL = 0; }
894 
895 public static final int POLLOUT;
896 static { POLLOUT = 0; }
897 
898 public static final int POLLPRI;
899 static { POLLPRI = 0; }
900 
901 public static final int POLLRDBAND;
902 static { POLLRDBAND = 0; }
903 
904 public static final int POLLRDNORM;
905 static { POLLRDNORM = 0; }
906 
907 public static final int POLLWRBAND;
908 static { POLLWRBAND = 0; }
909 
910 public static final int POLLWRNORM;
911 static { POLLWRNORM = 0; }
912 
913 public static final int PROT_EXEC;
914 static { PROT_EXEC = 0; }
915 
916 public static final int PROT_NONE;
917 static { PROT_NONE = 0; }
918 
919 public static final int PROT_READ;
920 static { PROT_READ = 0; }
921 
922 public static final int PROT_WRITE;
923 static { PROT_WRITE = 0; }
924 
925 public static final int PR_GET_DUMPABLE;
926 static { PR_GET_DUMPABLE = 0; }
927 
928 public static final int PR_SET_DUMPABLE;
929 static { PR_SET_DUMPABLE = 0; }
930 
931 public static final int PR_SET_NO_NEW_PRIVS;
932 static { PR_SET_NO_NEW_PRIVS = 0; }
933 
934 public static final int RTMGRP_NEIGH;
935 static { RTMGRP_NEIGH = 0; }
936 
937 public static final int RT_SCOPE_HOST;
938 static { RT_SCOPE_HOST = 0; }
939 
940 public static final int RT_SCOPE_LINK;
941 static { RT_SCOPE_LINK = 0; }
942 
943 public static final int RT_SCOPE_NOWHERE;
944 static { RT_SCOPE_NOWHERE = 0; }
945 
946 public static final int RT_SCOPE_SITE;
947 static { RT_SCOPE_SITE = 0; }
948 
949 public static final int RT_SCOPE_UNIVERSE;
950 static { RT_SCOPE_UNIVERSE = 0; }
951 
952 public static final int R_OK;
953 static { R_OK = 0; }
954 
955 public static final int SEEK_CUR;
956 static { SEEK_CUR = 0; }
957 
958 public static final int SEEK_END;
959 static { SEEK_END = 0; }
960 
961 public static final int SEEK_SET;
962 static { SEEK_SET = 0; }
963 
964 public static final int SHUT_RD;
965 static { SHUT_RD = 0; }
966 
967 public static final int SHUT_RDWR;
968 static { SHUT_RDWR = 0; }
969 
970 public static final int SHUT_WR;
971 static { SHUT_WR = 0; }
972 
973 public static final int SIGABRT;
974 static { SIGABRT = 0; }
975 
976 public static final int SIGALRM;
977 static { SIGALRM = 0; }
978 
979 public static final int SIGBUS;
980 static { SIGBUS = 0; }
981 
982 public static final int SIGCHLD;
983 static { SIGCHLD = 0; }
984 
985 public static final int SIGCONT;
986 static { SIGCONT = 0; }
987 
988 public static final int SIGFPE;
989 static { SIGFPE = 0; }
990 
991 public static final int SIGHUP;
992 static { SIGHUP = 0; }
993 
994 public static final int SIGILL;
995 static { SIGILL = 0; }
996 
997 public static final int SIGINT;
998 static { SIGINT = 0; }
999 
1000 public static final int SIGIO;
1001 static { SIGIO = 0; }
1002 
1003 public static final int SIGKILL;
1004 static { SIGKILL = 0; }
1005 
1006 public static final int SIGPIPE;
1007 static { SIGPIPE = 0; }
1008 
1009 public static final int SIGPROF;
1010 static { SIGPROF = 0; }
1011 
1012 public static final int SIGPWR;
1013 static { SIGPWR = 0; }
1014 
1015 public static final int SIGQUIT;
1016 static { SIGQUIT = 0; }
1017 
1018 public static final int SIGRTMAX;
1019 static { SIGRTMAX = 0; }
1020 
1021 public static final int SIGRTMIN;
1022 static { SIGRTMIN = 0; }
1023 
1024 public static final int SIGSEGV;
1025 static { SIGSEGV = 0; }
1026 
1027 public static final int SIGSTKFLT;
1028 static { SIGSTKFLT = 0; }
1029 
1030 public static final int SIGSTOP;
1031 static { SIGSTOP = 0; }
1032 
1033 public static final int SIGSYS;
1034 static { SIGSYS = 0; }
1035 
1036 public static final int SIGTERM;
1037 static { SIGTERM = 0; }
1038 
1039 public static final int SIGTRAP;
1040 static { SIGTRAP = 0; }
1041 
1042 public static final int SIGTSTP;
1043 static { SIGTSTP = 0; }
1044 
1045 public static final int SIGTTIN;
1046 static { SIGTTIN = 0; }
1047 
1048 public static final int SIGTTOU;
1049 static { SIGTTOU = 0; }
1050 
1051 public static final int SIGURG;
1052 static { SIGURG = 0; }
1053 
1054 public static final int SIGUSR1;
1055 static { SIGUSR1 = 0; }
1056 
1057 public static final int SIGUSR2;
1058 static { SIGUSR2 = 0; }
1059 
1060 public static final int SIGVTALRM;
1061 static { SIGVTALRM = 0; }
1062 
1063 public static final int SIGWINCH;
1064 static { SIGWINCH = 0; }
1065 
1066 public static final int SIGXCPU;
1067 static { SIGXCPU = 0; }
1068 
1069 public static final int SIGXFSZ;
1070 static { SIGXFSZ = 0; }
1071 
1072 public static final int SIOCGIFADDR;
1073 static { SIOCGIFADDR = 0; }
1074 
1075 public static final int SIOCGIFBRDADDR;
1076 static { SIOCGIFBRDADDR = 0; }
1077 
1078 public static final int SIOCGIFDSTADDR;
1079 static { SIOCGIFDSTADDR = 0; }
1080 
1081 public static final int SIOCGIFNETMASK;
1082 static { SIOCGIFNETMASK = 0; }
1083 
1084 public static final int SOCK_CLOEXEC;
1085 static { SOCK_CLOEXEC = 0; }
1086 
1087 public static final int SOCK_DGRAM;
1088 static { SOCK_DGRAM = 0; }
1089 
1090 public static final int SOCK_NONBLOCK;
1091 static { SOCK_NONBLOCK = 0; }
1092 
1093 public static final int SOCK_RAW;
1094 static { SOCK_RAW = 0; }
1095 
1096 public static final int SOCK_SEQPACKET;
1097 static { SOCK_SEQPACKET = 0; }
1098 
1099 public static final int SOCK_STREAM;
1100 static { SOCK_STREAM = 0; }
1101 
1102 @android.annotation.FlaggedApi(com.android.libcore.Flags.FLAG_V_APIS)
1103 public static final int SOL_PACKET;
1104 static { SOL_PACKET = 0; }
1105 
1106 public static final int SOL_SOCKET;
1107 static { SOL_SOCKET = 0; }
1108 
1109 public static final int SOL_UDP;
1110 static { SOL_UDP = 0; }
1111 
1112 public static final int SO_BINDTODEVICE;
1113 static { SO_BINDTODEVICE = 0; }
1114 
1115 public static final int SO_BROADCAST;
1116 static { SO_BROADCAST = 0; }
1117 
1118 public static final int SO_DEBUG;
1119 static { SO_DEBUG = 0; }
1120 
1121 public static final int SO_DONTROUTE;
1122 static { SO_DONTROUTE = 0; }
1123 
1124 public static final int SO_ERROR;
1125 static { SO_ERROR = 0; }
1126 
1127 public static final int SO_KEEPALIVE;
1128 static { SO_KEEPALIVE = 0; }
1129 
1130 public static final int SO_LINGER;
1131 static { SO_LINGER = 0; }
1132 
1133 public static final int SO_OOBINLINE;
1134 static { SO_OOBINLINE = 0; }
1135 
1136 public static final int SO_PASSCRED;
1137 static { SO_PASSCRED = 0; }
1138 
1139 public static final int SO_PEERCRED;
1140 static { SO_PEERCRED = 0; }
1141 
1142 public static final int SO_RCVBUF;
1143 static { SO_RCVBUF = 0; }
1144 
1145 public static final int SO_RCVLOWAT;
1146 static { SO_RCVLOWAT = 0; }
1147 
1148 public static final int SO_RCVTIMEO;
1149 static { SO_RCVTIMEO = 0; }
1150 
1151 public static final int SO_REUSEADDR;
1152 static { SO_REUSEADDR = 0; }
1153 
1154 public static final int SO_SNDBUF;
1155 static { SO_SNDBUF = 0; }
1156 
1157 public static final int SO_SNDLOWAT;
1158 static { SO_SNDLOWAT = 0; }
1159 
1160 public static final int SO_SNDTIMEO;
1161 static { SO_SNDTIMEO = 0; }
1162 
1163 public static final int SO_TYPE;
1164 static { SO_TYPE = 0; }
1165 
1166 public static final int STDERR_FILENO;
1167 static { STDERR_FILENO = 0; }
1168 
1169 public static final int STDIN_FILENO;
1170 static { STDIN_FILENO = 0; }
1171 
1172 public static final int STDOUT_FILENO;
1173 static { STDOUT_FILENO = 0; }
1174 
1175 public static final int ST_MANDLOCK;
1176 static { ST_MANDLOCK = 0; }
1177 
1178 public static final int ST_NOATIME;
1179 static { ST_NOATIME = 0; }
1180 
1181 public static final int ST_NODEV;
1182 static { ST_NODEV = 0; }
1183 
1184 public static final int ST_NODIRATIME;
1185 static { ST_NODIRATIME = 0; }
1186 
1187 public static final int ST_NOEXEC;
1188 static { ST_NOEXEC = 0; }
1189 
1190 public static final int ST_NOSUID;
1191 static { ST_NOSUID = 0; }
1192 
1193 public static final int ST_RDONLY;
1194 static { ST_RDONLY = 0; }
1195 
1196 public static final int ST_RELATIME;
1197 static { ST_RELATIME = 0; }
1198 
1199 public static final int ST_SYNCHRONOUS;
1200 static { ST_SYNCHRONOUS = 0; }
1201 
1202 public static final int S_IFBLK;
1203 static { S_IFBLK = 0; }
1204 
1205 public static final int S_IFCHR;
1206 static { S_IFCHR = 0; }
1207 
1208 public static final int S_IFDIR;
1209 static { S_IFDIR = 0; }
1210 
1211 public static final int S_IFIFO;
1212 static { S_IFIFO = 0; }
1213 
1214 public static final int S_IFLNK;
1215 static { S_IFLNK = 0; }
1216 
1217 public static final int S_IFMT;
1218 static { S_IFMT = 0; }
1219 
1220 public static final int S_IFREG;
1221 static { S_IFREG = 0; }
1222 
1223 public static final int S_IFSOCK;
1224 static { S_IFSOCK = 0; }
1225 
1226 public static final int S_IRGRP;
1227 static { S_IRGRP = 0; }
1228 
1229 public static final int S_IROTH;
1230 static { S_IROTH = 0; }
1231 
1232 public static final int S_IRUSR;
1233 static { S_IRUSR = 0; }
1234 
1235 public static final int S_IRWXG;
1236 static { S_IRWXG = 0; }
1237 
1238 public static final int S_IRWXO;
1239 static { S_IRWXO = 0; }
1240 
1241 public static final int S_IRWXU;
1242 static { S_IRWXU = 0; }
1243 
1244 public static final int S_ISGID;
1245 static { S_ISGID = 0; }
1246 
1247 public static final int S_ISUID;
1248 static { S_ISUID = 0; }
1249 
1250 public static final int S_ISVTX;
1251 static { S_ISVTX = 0; }
1252 
1253 public static final int S_IWGRP;
1254 static { S_IWGRP = 0; }
1255 
1256 public static final int S_IWOTH;
1257 static { S_IWOTH = 0; }
1258 
1259 public static final int S_IWUSR;
1260 static { S_IWUSR = 0; }
1261 
1262 public static final int S_IXGRP;
1263 static { S_IXGRP = 0; }
1264 
1265 public static final int S_IXOTH;
1266 static { S_IXOTH = 0; }
1267 
1268 public static final int S_IXUSR;
1269 static { S_IXUSR = 0; }
1270 
1271 public static final int TCP_NODELAY;
1272 static { TCP_NODELAY = 0; }
1273 
1274 public static final int TCP_USER_TIMEOUT;
1275 static { TCP_USER_TIMEOUT = 0; }
1276 
1277 public static final int UDP_GRO;
1278 static { UDP_GRO = 0; }
1279 
1280 public static final int UDP_SEGMENT;
1281 static { UDP_SEGMENT = 0; }
1282 
1283 public static final int VMADDR_CID_ANY;
1284 static { VMADDR_CID_ANY = 0; }
1285 
1286 public static final int VMADDR_CID_HOST;
1287 static { VMADDR_CID_HOST = 0; }
1288 
1289 public static final int VMADDR_CID_LOCAL;
1290 static { VMADDR_CID_LOCAL = 0; }
1291 
1292 public static final int VMADDR_PORT_ANY;
1293 static { VMADDR_PORT_ANY = 0; }
1294 
1295 public static final int WCONTINUED;
1296 static { WCONTINUED = 0; }
1297 
1298 public static final int WEXITED;
1299 static { WEXITED = 0; }
1300 
1301 public static final int WNOHANG;
1302 static { WNOHANG = 0; }
1303 
1304 public static final int WNOWAIT;
1305 static { WNOWAIT = 0; }
1306 
1307 public static final int WSTOPPED;
1308 static { WSTOPPED = 0; }
1309 
1310 public static final int WUNTRACED;
1311 static { WUNTRACED = 0; }
1312 
1313 public static final int W_OK;
1314 static { W_OK = 0; }
1315 
1316 public static final int X_OK;
1317 static { X_OK = 0; }
1318 
1319 public static final int _SC_2_CHAR_TERM;
1320 static { _SC_2_CHAR_TERM = 0; }
1321 
1322 public static final int _SC_2_C_BIND;
1323 static { _SC_2_C_BIND = 0; }
1324 
1325 public static final int _SC_2_C_DEV;
1326 static { _SC_2_C_DEV = 0; }
1327 
1328 public static final int _SC_2_C_VERSION;
1329 static { _SC_2_C_VERSION = 0; }
1330 
1331 public static final int _SC_2_FORT_DEV;
1332 static { _SC_2_FORT_DEV = 0; }
1333 
1334 public static final int _SC_2_FORT_RUN;
1335 static { _SC_2_FORT_RUN = 0; }
1336 
1337 public static final int _SC_2_LOCALEDEF;
1338 static { _SC_2_LOCALEDEF = 0; }
1339 
1340 public static final int _SC_2_SW_DEV;
1341 static { _SC_2_SW_DEV = 0; }
1342 
1343 public static final int _SC_2_UPE;
1344 static { _SC_2_UPE = 0; }
1345 
1346 public static final int _SC_2_VERSION;
1347 static { _SC_2_VERSION = 0; }
1348 
1349 public static final int _SC_AIO_LISTIO_MAX;
1350 static { _SC_AIO_LISTIO_MAX = 0; }
1351 
1352 public static final int _SC_AIO_MAX;
1353 static { _SC_AIO_MAX = 0; }
1354 
1355 public static final int _SC_AIO_PRIO_DELTA_MAX;
1356 static { _SC_AIO_PRIO_DELTA_MAX = 0; }
1357 
1358 public static final int _SC_ARG_MAX;
1359 static { _SC_ARG_MAX = 0; }
1360 
1361 public static final int _SC_ASYNCHRONOUS_IO;
1362 static { _SC_ASYNCHRONOUS_IO = 0; }
1363 
1364 public static final int _SC_ATEXIT_MAX;
1365 static { _SC_ATEXIT_MAX = 0; }
1366 
1367 public static final int _SC_AVPHYS_PAGES;
1368 static { _SC_AVPHYS_PAGES = 0; }
1369 
1370 public static final int _SC_BC_BASE_MAX;
1371 static { _SC_BC_BASE_MAX = 0; }
1372 
1373 public static final int _SC_BC_DIM_MAX;
1374 static { _SC_BC_DIM_MAX = 0; }
1375 
1376 public static final int _SC_BC_SCALE_MAX;
1377 static { _SC_BC_SCALE_MAX = 0; }
1378 
1379 public static final int _SC_BC_STRING_MAX;
1380 static { _SC_BC_STRING_MAX = 0; }
1381 
1382 public static final int _SC_CHILD_MAX;
1383 static { _SC_CHILD_MAX = 0; }
1384 
1385 public static final int _SC_CLK_TCK;
1386 static { _SC_CLK_TCK = 0; }
1387 
1388 public static final int _SC_COLL_WEIGHTS_MAX;
1389 static { _SC_COLL_WEIGHTS_MAX = 0; }
1390 
1391 public static final int _SC_DELAYTIMER_MAX;
1392 static { _SC_DELAYTIMER_MAX = 0; }
1393 
1394 public static final int _SC_EXPR_NEST_MAX;
1395 static { _SC_EXPR_NEST_MAX = 0; }
1396 
1397 public static final int _SC_FSYNC;
1398 static { _SC_FSYNC = 0; }
1399 
1400 public static final int _SC_GETGR_R_SIZE_MAX;
1401 static { _SC_GETGR_R_SIZE_MAX = 0; }
1402 
1403 public static final int _SC_GETPW_R_SIZE_MAX;
1404 static { _SC_GETPW_R_SIZE_MAX = 0; }
1405 
1406 public static final int _SC_IOV_MAX;
1407 static { _SC_IOV_MAX = 0; }
1408 
1409 public static final int _SC_JOB_CONTROL;
1410 static { _SC_JOB_CONTROL = 0; }
1411 
1412 public static final int _SC_LINE_MAX;
1413 static { _SC_LINE_MAX = 0; }
1414 
1415 public static final int _SC_LOGIN_NAME_MAX;
1416 static { _SC_LOGIN_NAME_MAX = 0; }
1417 
1418 public static final int _SC_MAPPED_FILES;
1419 static { _SC_MAPPED_FILES = 0; }
1420 
1421 public static final int _SC_MEMLOCK;
1422 static { _SC_MEMLOCK = 0; }
1423 
1424 public static final int _SC_MEMLOCK_RANGE;
1425 static { _SC_MEMLOCK_RANGE = 0; }
1426 
1427 public static final int _SC_MEMORY_PROTECTION;
1428 static { _SC_MEMORY_PROTECTION = 0; }
1429 
1430 public static final int _SC_MESSAGE_PASSING;
1431 static { _SC_MESSAGE_PASSING = 0; }
1432 
1433 public static final int _SC_MQ_OPEN_MAX;
1434 static { _SC_MQ_OPEN_MAX = 0; }
1435 
1436 public static final int _SC_MQ_PRIO_MAX;
1437 static { _SC_MQ_PRIO_MAX = 0; }
1438 
1439 public static final int _SC_NGROUPS_MAX;
1440 static { _SC_NGROUPS_MAX = 0; }
1441 
1442 public static final int _SC_NPROCESSORS_CONF;
1443 static { _SC_NPROCESSORS_CONF = 0; }
1444 
1445 public static final int _SC_NPROCESSORS_ONLN;
1446 static { _SC_NPROCESSORS_ONLN = 0; }
1447 
1448 public static final int _SC_OPEN_MAX;
1449 static { _SC_OPEN_MAX = 0; }
1450 
1451 public static final int _SC_PAGESIZE;
1452 static { _SC_PAGESIZE = 0; }
1453 
1454 public static final int _SC_PAGE_SIZE;
1455 static { _SC_PAGE_SIZE = 0; }
1456 
1457 public static final int _SC_PASS_MAX;
1458 static { _SC_PASS_MAX = 0; }
1459 
1460 public static final int _SC_PHYS_PAGES;
1461 static { _SC_PHYS_PAGES = 0; }
1462 
1463 public static final int _SC_PRIORITIZED_IO;
1464 static { _SC_PRIORITIZED_IO = 0; }
1465 
1466 public static final int _SC_PRIORITY_SCHEDULING;
1467 static { _SC_PRIORITY_SCHEDULING = 0; }
1468 
1469 public static final int _SC_REALTIME_SIGNALS;
1470 static { _SC_REALTIME_SIGNALS = 0; }
1471 
1472 public static final int _SC_RE_DUP_MAX;
1473 static { _SC_RE_DUP_MAX = 0; }
1474 
1475 public static final int _SC_RTSIG_MAX;
1476 static { _SC_RTSIG_MAX = 0; }
1477 
1478 public static final int _SC_SAVED_IDS;
1479 static { _SC_SAVED_IDS = 0; }
1480 
1481 public static final int _SC_SEMAPHORES;
1482 static { _SC_SEMAPHORES = 0; }
1483 
1484 public static final int _SC_SEM_NSEMS_MAX;
1485 static { _SC_SEM_NSEMS_MAX = 0; }
1486 
1487 public static final int _SC_SEM_VALUE_MAX;
1488 static { _SC_SEM_VALUE_MAX = 0; }
1489 
1490 public static final int _SC_SHARED_MEMORY_OBJECTS;
1491 static { _SC_SHARED_MEMORY_OBJECTS = 0; }
1492 
1493 public static final int _SC_SIGQUEUE_MAX;
1494 static { _SC_SIGQUEUE_MAX = 0; }
1495 
1496 public static final int _SC_STREAM_MAX;
1497 static { _SC_STREAM_MAX = 0; }
1498 
1499 public static final int _SC_SYNCHRONIZED_IO;
1500 static { _SC_SYNCHRONIZED_IO = 0; }
1501 
1502 public static final int _SC_THREADS;
1503 static { _SC_THREADS = 0; }
1504 
1505 public static final int _SC_THREAD_ATTR_STACKADDR;
1506 static { _SC_THREAD_ATTR_STACKADDR = 0; }
1507 
1508 public static final int _SC_THREAD_ATTR_STACKSIZE;
1509 static { _SC_THREAD_ATTR_STACKSIZE = 0; }
1510 
1511 public static final int _SC_THREAD_DESTRUCTOR_ITERATIONS;
1512 static { _SC_THREAD_DESTRUCTOR_ITERATIONS = 0; }
1513 
1514 public static final int _SC_THREAD_KEYS_MAX;
1515 static { _SC_THREAD_KEYS_MAX = 0; }
1516 
1517 public static final int _SC_THREAD_PRIORITY_SCHEDULING;
1518 static { _SC_THREAD_PRIORITY_SCHEDULING = 0; }
1519 
1520 public static final int _SC_THREAD_PRIO_INHERIT;
1521 static { _SC_THREAD_PRIO_INHERIT = 0; }
1522 
1523 public static final int _SC_THREAD_PRIO_PROTECT;
1524 static { _SC_THREAD_PRIO_PROTECT = 0; }
1525 
1526 public static final int _SC_THREAD_SAFE_FUNCTIONS;
1527 static { _SC_THREAD_SAFE_FUNCTIONS = 0; }
1528 
1529 public static final int _SC_THREAD_STACK_MIN;
1530 static { _SC_THREAD_STACK_MIN = 0; }
1531 
1532 public static final int _SC_THREAD_THREADS_MAX;
1533 static { _SC_THREAD_THREADS_MAX = 0; }
1534 
1535 public static final int _SC_TIMERS;
1536 static { _SC_TIMERS = 0; }
1537 
1538 public static final int _SC_TIMER_MAX;
1539 static { _SC_TIMER_MAX = 0; }
1540 
1541 public static final int _SC_TTY_NAME_MAX;
1542 static { _SC_TTY_NAME_MAX = 0; }
1543 
1544 public static final int _SC_TZNAME_MAX;
1545 static { _SC_TZNAME_MAX = 0; }
1546 
1547 public static final int _SC_VERSION;
1548 static { _SC_VERSION = 0; }
1549 
1550 public static final int _SC_XBS5_ILP32_OFF32;
1551 static { _SC_XBS5_ILP32_OFF32 = 0; }
1552 
1553 public static final int _SC_XBS5_ILP32_OFFBIG;
1554 static { _SC_XBS5_ILP32_OFFBIG = 0; }
1555 
1556 public static final int _SC_XBS5_LP64_OFF64;
1557 static { _SC_XBS5_LP64_OFF64 = 0; }
1558 
1559 public static final int _SC_XBS5_LPBIG_OFFBIG;
1560 static { _SC_XBS5_LPBIG_OFFBIG = 0; }
1561 
1562 public static final int _SC_XOPEN_CRYPT;
1563 static { _SC_XOPEN_CRYPT = 0; }
1564 
1565 public static final int _SC_XOPEN_ENH_I18N;
1566 static { _SC_XOPEN_ENH_I18N = 0; }
1567 
1568 public static final int _SC_XOPEN_LEGACY;
1569 static { _SC_XOPEN_LEGACY = 0; }
1570 
1571 public static final int _SC_XOPEN_REALTIME;
1572 static { _SC_XOPEN_REALTIME = 0; }
1573 
1574 public static final int _SC_XOPEN_REALTIME_THREADS;
1575 static { _SC_XOPEN_REALTIME_THREADS = 0; }
1576 
1577 public static final int _SC_XOPEN_SHM;
1578 static { _SC_XOPEN_SHM = 0; }
1579 
1580 public static final int _SC_XOPEN_UNIX;
1581 static { _SC_XOPEN_UNIX = 0; }
1582 
1583 public static final int _SC_XOPEN_VERSION;
1584 static { _SC_XOPEN_VERSION = 0; }
1585 
1586 public static final int _SC_XOPEN_XCU_VERSION;
1587 static { _SC_XOPEN_XCU_VERSION = 0; }
1588 }
1589 
1590