File tree 11 files changed +11
-0
lines changed
11 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ pub const ENOPROTOOPT: ::c_int = 42;
419
419
pub const EPROTONOSUPPORT : :: c_int = 43 ;
420
420
pub const ESOCKTNOSUPPORT : :: c_int = 44 ;
421
421
pub const EOPNOTSUPP : :: c_int = 45 ;
422
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
422
423
pub const EPFNOSUPPORT : :: c_int = 46 ;
423
424
pub const EAFNOSUPPORT : :: c_int = 47 ;
424
425
pub const EADDRINUSE : :: c_int = 48 ;
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
331
331
pub const EPROTONOSUPPORT : :: c_int = 93 ;
332
332
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
333
333
pub const EOPNOTSUPP : :: c_int = 95 ;
334
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
334
335
pub const EPFNOSUPPORT : :: c_int = 96 ;
335
336
pub const EAFNOSUPPORT : :: c_int = 97 ;
336
337
pub const EADDRINUSE : :: c_int = 98 ;
Original file line number Diff line number Diff line change @@ -308,6 +308,7 @@ pub const ENOPROTOOPT: ::c_int = 99;
308
308
pub const EPROTONOSUPPORT : :: c_int = 120 ;
309
309
pub const ESOCKTNOSUPPORT : :: c_int = 121 ;
310
310
pub const EOPNOTSUPP : :: c_int = 122 ;
311
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
311
312
pub const EPFNOSUPPORT : :: c_int = 123 ;
312
313
pub const EAFNOSUPPORT : :: c_int = 124 ;
313
314
pub const EADDRINUSE : :: c_int = 125 ;
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
196
196
pub const EPROTONOSUPPORT : :: c_int = 93 ;
197
197
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
198
198
pub const EOPNOTSUPP : :: c_int = 95 ;
199
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
199
200
pub const EPFNOSUPPORT : :: c_int = 96 ;
200
201
pub const EAFNOSUPPORT : :: c_int = 97 ;
201
202
pub const EADDRINUSE : :: c_int = 98 ;
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
196
196
pub const EPROTONOSUPPORT : :: c_int = 93 ;
197
197
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
198
198
pub const EOPNOTSUPP : :: c_int = 95 ;
199
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
199
200
pub const EPFNOSUPPORT : :: c_int = 96 ;
200
201
pub const EAFNOSUPPORT : :: c_int = 97 ;
201
202
pub const EADDRINUSE : :: c_int = 98 ;
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ pub const ENOPROTOOPT: ::c_int = 99;
198
198
pub const EPROTONOSUPPORT : :: c_int = 120 ;
199
199
pub const ESOCKTNOSUPPORT : :: c_int = 121 ;
200
200
pub const EOPNOTSUPP : :: c_int = 122 ;
201
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
201
202
pub const EPFNOSUPPORT : :: c_int = 123 ;
202
203
pub const EAFNOSUPPORT : :: c_int = 124 ;
203
204
pub const EADDRINUSE : :: c_int = 125 ;
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
209
209
pub const EPROTONOSUPPORT : :: c_int = 93 ;
210
210
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
211
211
pub const EOPNOTSUPP : :: c_int = 95 ;
212
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
212
213
pub const EPFNOSUPPORT : :: c_int = 96 ;
213
214
pub const EAFNOSUPPORT : :: c_int = 97 ;
214
215
pub const EADDRINUSE : :: c_int = 98 ;
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
218
218
pub const EPROTONOSUPPORT : :: c_int = 93 ;
219
219
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
220
220
pub const EOPNOTSUPP : :: c_int = 95 ;
221
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
221
222
pub const EPFNOSUPPORT : :: c_int = 96 ;
222
223
pub const EAFNOSUPPORT : :: c_int = 97 ;
223
224
pub const EADDRINUSE : :: c_int = 98 ;
Original file line number Diff line number Diff line change @@ -247,6 +247,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
247
247
pub const EPROTONOSUPPORT : :: c_int = 93 ;
248
248
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
249
249
pub const EOPNOTSUPP : :: c_int = 95 ;
250
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
250
251
pub const EPFNOSUPPORT : :: c_int = 96 ;
251
252
pub const EAFNOSUPPORT : :: c_int = 97 ;
252
253
pub const EADDRINUSE : :: c_int = 98 ;
Original file line number Diff line number Diff line change @@ -389,6 +389,7 @@ pub const ENOPROTOOPT: ::c_int = 92;
389
389
pub const EPROTONOSUPPORT : :: c_int = 93 ;
390
390
pub const ESOCKTNOSUPPORT : :: c_int = 94 ;
391
391
pub const EOPNOTSUPP : :: c_int = 95 ;
392
+ pub const ENOTSUP : :: c_int = EOPNOTSUPP ;
392
393
pub const EPFNOSUPPORT : :: c_int = 96 ;
393
394
pub const EAFNOSUPPORT : :: c_int = 97 ;
394
395
pub const ENETDOWN : :: c_int = 100 ;
Original file line number Diff line number Diff line change @@ -602,6 +602,7 @@ pub const EMLINK: ::c_int = 31;
602
602
pub const EPIPE : :: c_int = 32 ;
603
603
pub const EDOM : :: c_int = 33 ;
604
604
pub const ERANGE : :: c_int = 34 ;
605
+ pub const ENOTSUP : :: c_int = 48 ;
605
606
pub const EAGAIN : :: c_int = 11 ;
606
607
pub const EWOULDBLOCK : :: c_int = 11 ;
607
608
pub const EINPROGRESS : :: c_int = 150 ;
You can’t perform that action at this time.
0 commit comments