Synchronized FFI access to POSIX environment variable functions

IMO, (proper) APIs are always better than ambient global state manipulation :slight_smile: . In this case, that argument really should be a #[non_exhaustive] enum of potential states, not just a bool.

9 Likes