]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/sys/unsupported/common.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / library / std / src / sys / unsupported / common.rs
index 6e72a7c632ed0b4755d3f56034a75c0296e9f31d..4e6c301d29f5470fdc85d0492fe1ed06d094a083 100644 (file)
@@ -30,7 +30,7 @@ pub fn unsupported_err() -> std_io::Error {
 }
 
 pub fn decode_error_kind(_code: i32) -> crate::io::ErrorKind {
-    crate::io::ErrorKind::Other
+    crate::io::ErrorKind::Uncategorized
 }
 
 pub fn abort_internal() -> ! {