Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly declare the
environ
variable
While glibc includes a declaration of `environ` within `unistd.h`, this is not always the case for other libc instances; POSIX states that `environ` "must be declared by the user if it is to be used directly"¹. This fixes a build failure on FreeBSD reported at #305 (comment) ¹ https://pubs.opengroup.org/onlinepubs/9699919799/
- Loading branch information