fix winbloat

This commit is contained in:
lizzie
2026-08-17 08:05:24 +00:00
committed by crueter
parent 9ae3fc2560
commit 0ba471a202
+1 -1
View File
@@ -127,7 +127,7 @@ Errno TranslateNativeError(int e, CallType call_type = CallType::Other) {
#endif
default:
UNIMPLEMENTED_MSG("Unimplemented errno={}", e);
return Errno::E_OTHER;
return Errno::E_OPNOTSUPP;
}
}