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
Fix conditional expression in musl's dup2. NFC. (#13740)
* Fix conditional expression in musl's dup2. NFC.
The if/else branch of the conditional expression was reversed.
* Use the appropriate error code
0 for success and -1 to indicate an error. Add a test case to catch
this (this previously failed when `SYS_dup2` was `#undef`'d).
0 commit comments