mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 02:32:27 +00:00
Add special errno handling to libcxx
This commit is contained in:
parent
0f486a13c8
commit
2c4b88753b
10 changed files with 235 additions and 7 deletions
2
third_party/libcxx/__system_error/errc.h
vendored
2
third_party/libcxx/__system_error/errc.h
vendored
|
@ -141,7 +141,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
|
|||
// This leads to the odd pushing and popping of the deprecated
|
||||
// diagnostic.
|
||||
_LIBCPP_DECLARE_STRONG_ENUM(errc){
|
||||
address_family_not_supported, // = EAFNOSUPPORT,
|
||||
address_family_not_supported = 65536, // = EAFNOSUPPORT,
|
||||
address_in_use, // = EADDRINUSE,
|
||||
address_not_available, // = EADDRNOTAVAIL,
|
||||
already_connected, // = EISCONN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue