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
Normalize the order in which we specify our Linux/FreeBSD/OpenBSD checks.
This PR adjusts some of our `#if os(...)` checks to always specify Linux,
FreeBSD, OpenBSD, and Android in a consistent order. This makes it easier to
find such code in the repo. I've also found a couple of spots where OpenBSD was
missing and have fixed them.
0 commit comments