You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errno is implemented as a macro in many environments. The accessor hidden
behind the macro is not a standard function, so we ended up with an
implementation specific handling across all the targets. Shim the function in C
where it can be hidden behind the CPP. This simplifies the implementation on
the swift side.
0 commit comments