1570af302Sopenharmony_ci#define EPERM            1
2570af302Sopenharmony_ci#define ENOENT           2
3570af302Sopenharmony_ci#define ESRCH            3
4570af302Sopenharmony_ci#define EINTR            4
5570af302Sopenharmony_ci#define EIO              5
6570af302Sopenharmony_ci#define ENXIO            6
7570af302Sopenharmony_ci#define E2BIG            7
8570af302Sopenharmony_ci#define ENOEXEC          8
9570af302Sopenharmony_ci#define EBADF            9
10570af302Sopenharmony_ci#define ECHILD          10
11570af302Sopenharmony_ci#define EAGAIN          11
12570af302Sopenharmony_ci#define ENOMEM          12
13570af302Sopenharmony_ci#define EACCES          13
14570af302Sopenharmony_ci#define EFAULT          14
15570af302Sopenharmony_ci#define ENOTBLK         15
16570af302Sopenharmony_ci#define EBUSY           16
17570af302Sopenharmony_ci#define EEXIST          17
18570af302Sopenharmony_ci#define EXDEV           18
19570af302Sopenharmony_ci#define ENODEV          19
20570af302Sopenharmony_ci#define ENOTDIR         20
21570af302Sopenharmony_ci#define EISDIR          21
22570af302Sopenharmony_ci#define EINVAL          22
23570af302Sopenharmony_ci#define ENFILE          23
24570af302Sopenharmony_ci#define EMFILE          24
25570af302Sopenharmony_ci#define ENOTTY          25
26570af302Sopenharmony_ci#define ETXTBSY         26
27570af302Sopenharmony_ci#define EFBIG           27
28570af302Sopenharmony_ci#define ENOSPC          28
29570af302Sopenharmony_ci#define ESPIPE          29
30570af302Sopenharmony_ci#define EROFS           30
31570af302Sopenharmony_ci#define EMLINK          31
32570af302Sopenharmony_ci#define EPIPE           32
33570af302Sopenharmony_ci#define EDOM            33
34570af302Sopenharmony_ci#define ERANGE          34
35570af302Sopenharmony_ci#define ENOMSG          35
36570af302Sopenharmony_ci#define EIDRM           36
37570af302Sopenharmony_ci#define ECHRNG          37
38570af302Sopenharmony_ci#define EL2NSYNC        38
39570af302Sopenharmony_ci#define EL3HLT          39
40570af302Sopenharmony_ci#define EL3RST          40
41570af302Sopenharmony_ci#define ELNRNG          41
42570af302Sopenharmony_ci#define EUNATCH         42
43570af302Sopenharmony_ci#define ENOCSI          43
44570af302Sopenharmony_ci#define EL2HLT          44
45570af302Sopenharmony_ci#define EDEADLK         45
46570af302Sopenharmony_ci#define ENOLCK          46
47570af302Sopenharmony_ci#define EBADE           50
48570af302Sopenharmony_ci#define EBADR           51
49570af302Sopenharmony_ci#define EXFULL          52
50570af302Sopenharmony_ci#define ENOANO          53
51570af302Sopenharmony_ci#define EBADRQC         54
52570af302Sopenharmony_ci#define EBADSLT         55
53570af302Sopenharmony_ci#define EDEADLOCK       56
54570af302Sopenharmony_ci#define EBFONT          59
55570af302Sopenharmony_ci#define ENOSTR          60
56570af302Sopenharmony_ci#define ENODATA         61
57570af302Sopenharmony_ci#define ETIME           62
58570af302Sopenharmony_ci#define ENOSR           63
59570af302Sopenharmony_ci#define ENONET          64
60570af302Sopenharmony_ci#define ENOPKG          65
61570af302Sopenharmony_ci#define EREMOTE         66
62570af302Sopenharmony_ci#define ENOLINK         67
63570af302Sopenharmony_ci#define EADV            68
64570af302Sopenharmony_ci#define ESRMNT          69
65570af302Sopenharmony_ci#define ECOMM           70
66570af302Sopenharmony_ci#define EPROTO          71
67570af302Sopenharmony_ci#define EDOTDOT         73
68570af302Sopenharmony_ci#define EMULTIHOP       74
69570af302Sopenharmony_ci#define EBADMSG         77
70570af302Sopenharmony_ci#define ENAMETOOLONG    78
71570af302Sopenharmony_ci#define EOVERFLOW       79
72570af302Sopenharmony_ci#define ENOTUNIQ        80
73570af302Sopenharmony_ci#define EBADFD          81
74570af302Sopenharmony_ci#define EREMCHG         82
75570af302Sopenharmony_ci#define ELIBACC         83
76570af302Sopenharmony_ci#define ELIBBAD         84
77570af302Sopenharmony_ci#define ELIBSCN         85
78570af302Sopenharmony_ci#define ELIBMAX         86
79570af302Sopenharmony_ci#define ELIBEXEC        87
80570af302Sopenharmony_ci#define EILSEQ          88
81570af302Sopenharmony_ci#define ENOSYS          89
82570af302Sopenharmony_ci#define ELOOP           90
83570af302Sopenharmony_ci#define ERESTART        91
84570af302Sopenharmony_ci#define ESTRPIPE        92
85570af302Sopenharmony_ci#define ENOTEMPTY       93
86570af302Sopenharmony_ci#define EUSERS          94
87570af302Sopenharmony_ci#define ENOTSOCK        95
88570af302Sopenharmony_ci#define EDESTADDRREQ    96
89570af302Sopenharmony_ci#define EMSGSIZE        97
90570af302Sopenharmony_ci#define EPROTOTYPE      98
91570af302Sopenharmony_ci#define ENOPROTOOPT     99
92570af302Sopenharmony_ci#define EPROTONOSUPPORT 120
93570af302Sopenharmony_ci#define ESOCKTNOSUPPORT 121
94570af302Sopenharmony_ci#define EOPNOTSUPP      122
95570af302Sopenharmony_ci#define ENOTSUP         EOPNOTSUPP
96570af302Sopenharmony_ci#define EPFNOSUPPORT    123
97570af302Sopenharmony_ci#define EAFNOSUPPORT    124
98570af302Sopenharmony_ci#define EADDRINUSE      125
99570af302Sopenharmony_ci#define EADDRNOTAVAIL   126
100570af302Sopenharmony_ci#define ENETDOWN        127
101570af302Sopenharmony_ci#define ENETUNREACH     128
102570af302Sopenharmony_ci#define ENETRESET       129
103570af302Sopenharmony_ci#define ECONNABORTED    130
104570af302Sopenharmony_ci#define ECONNRESET      131
105570af302Sopenharmony_ci#define ENOBUFS         132
106570af302Sopenharmony_ci#define EISCONN         133
107570af302Sopenharmony_ci#define ENOTCONN        134
108570af302Sopenharmony_ci#define EUCLEAN         135
109570af302Sopenharmony_ci#define ENOTNAM         137
110570af302Sopenharmony_ci#define ENAVAIL         138
111570af302Sopenharmony_ci#define EISNAM          139
112570af302Sopenharmony_ci#define EREMOTEIO       140
113570af302Sopenharmony_ci#define ESHUTDOWN       143
114570af302Sopenharmony_ci#define ETOOMANYREFS    144
115570af302Sopenharmony_ci#define ETIMEDOUT       145
116570af302Sopenharmony_ci#define ECONNREFUSED    146
117570af302Sopenharmony_ci#define EHOSTDOWN       147
118570af302Sopenharmony_ci#define EHOSTUNREACH    148
119570af302Sopenharmony_ci#define EWOULDBLOCK     EAGAIN
120570af302Sopenharmony_ci#define EALREADY        149
121570af302Sopenharmony_ci#define EINPROGRESS     150
122570af302Sopenharmony_ci#define ESTALE          151
123570af302Sopenharmony_ci#define ECANCELED       158
124570af302Sopenharmony_ci#define ENOMEDIUM       159
125570af302Sopenharmony_ci#define EMEDIUMTYPE     160
126570af302Sopenharmony_ci#define ENOKEY          161
127570af302Sopenharmony_ci#define EKEYEXPIRED     162
128570af302Sopenharmony_ci#define EKEYREVOKED     163
129570af302Sopenharmony_ci#define EKEYREJECTED    164
130570af302Sopenharmony_ci#define EOWNERDEAD      165
131570af302Sopenharmony_ci#define ENOTRECOVERABLE 166
132570af302Sopenharmony_ci#define ERFKILL         167
133570af302Sopenharmony_ci#define EHWPOISON       168
134570af302Sopenharmony_ci#define EDQUOT          1133
135