LibC: Define ESHUTDOWN
This is not used but some ports expect it to exist
This commit is contained in:
@@ -179,6 +179,7 @@ const char* strerrordesc_np(int error)
|
||||
case EWOULDBLOCK: return "Operation would block.";
|
||||
case EXDEV: return "Cross-device link.";
|
||||
case ENOTBLK: return "Block device required";
|
||||
case ESHUTDOWN: return "Cannot send after transport endpoint shutdown.";
|
||||
case EUNKNOWN: return "Unknown error";
|
||||
}
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user