File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1344,6 +1344,7 @@ extension POSIXError {
1344
1344
/// Bad message.
1345
1345
public static var EBADMSG : POSIXError . Code { return . EBADMSG }
1346
1346
1347
+ #if !os(OpenBSD)
1347
1348
/// Reserved.
1348
1349
public static var EMULTIHOP : POSIXError . Code { return . EMULTIHOP }
1349
1350
@@ -1358,13 +1359,16 @@ extension POSIXError {
1358
1359
1359
1360
/// Not a STREAM.
1360
1361
public static var ENOSTR : POSIXError . Code { return . ENOSTR }
1362
+ #endif
1361
1363
1362
1364
/// Protocol error.
1363
1365
public static var EPROTO : POSIXError . Code { return . EPROTO }
1364
1366
1367
+ #if !os(OpenBSD)
1365
1368
/// STREAM ioctl timeout.
1366
1369
public static var ETIME : POSIXError . Code { return . ETIME }
1367
1370
#endif
1371
+ #endif
1368
1372
1369
1373
#if canImport(Darwin)
1370
1374
/// No such policy registered.
You can’t perform that action at this time.
0 commit comments